View Single Post
Old 11-23-2008, 08:57 AM   #26
ericshliao
Guru
ericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enough
 
Posts: 976
Karma: 687
Join Date: Nov 2007
Device: Dell X51v; iLiad v2
I modified
Code:
eval `cat arm-softfloat.dat gcc-3.4.4-glibc-2.3.3.dat` LINUX_DIR=linux-2.4.19 sh all.sh --notest
to
Code:
eval `cat arm-softfloat.dat gcc-3.4.2-glibc-2.3.3.dat` LINUX_DIR=linux-2.4.19 sh all.sh --notest
and removed the kernel patch downloaded from iRex.
Crosstool can build gcc now. But I don't know if it does build working app for iLiad. Further test is needed.


Added:

Just had a thought.
Crosstool will download required files and put them in /home/crosstool. For example, kernel 2.4.19 is downloaded as "linux-2.4.19.tar.bz2". Since I iRex's kernel patch is not working on crosstool, if I replace it with patched kernel source from iRex, maybe it will work.

Last edited by ericshliao; 11-23-2008 at 09:54 AM.
ericshliao is offline   Reply With Quote