Novice warning, please bear with me!!
I am trying to cross-compile for the TS7200 on a Windows machine.
I have installed Cygwin and created a small hello.c program, which I
tested in x86 native mode (cygwin's usr/bin/gcc). This compiles and
runs OK. This test program is in c:/cygwin/home/ed/hello.c
Next I downloaded the TS crosstool gcc-3.3.4.glibc-2.3.2.tar.bz2 from
the TS website. I copied it to c:cygwin/opt/crosstool/.....
I also edited the .bashrc file in /home/ed to include the path:
export
PATH=$PATH:.:/opt/crosstool/arm-unknown-linux-gnu/gcc-3.3.4-glibc-2.3.2/bin
I tested the OS path search by renaming one of the ts7200 bin files in
gcc-3.3.4-glibc-2.2.3/bin (i.e. strip.exe to armstrip.exe) and entered
it directly from the bash prompt. This works OK.
In order to test the ARM gcc I renamed gcc.exe in the same directory
to armgcc.exe.
However, entering "armgcc -Wall -o hello hello.c" gives me the error
"cannot exec cc1" No such file or directory.
I cannot find any cc1 file in any of the /opt/ subdirectories.
What am I doing wrong?
TIA
ted
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|