This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
cross gnatmake doesn't find cross tools
- From: Ralf Corsepius <corsepiu at faw dot uni-ulm dot de>
- To: gcc at gnu dot org
- Date: Tue, 18 Nov 2003 19:47:01 +0100
- Subject: cross gnatmake doesn't find cross tools
- Organization: FAW Ulm
Hi,
Apparently a cross gcc-3.3.2/gnatmake is not able to find its tools
underneath:
# i386-rtems4.7-gnatmake -v -cargs -B/opt/rtems-4.7/i386-rtems4.7/lib/
-B../../../../../lib/ -B../../../../../pck6/lib/ -specs bsp_specs
-qrtems -largs -B/opt/rtems-4.7/i386-rtems4.7/lib/ -B../../../../../lib/
-B../../../../../pck6/lib/ -specs bsp_specs -qrtems -bargs -Mgnat_main
-margs -I../../../../../lib/include/adainclude
-I../../../../../pck6/lib/include/adainclude
-I../../../../../../../../rtems.master/c/src/ada-tests/support -cargs
-isystem ../../../../../pck6/lib/include -mcpu=k6 -O4 -g -Wall
-largs -isystem ../../../../../pck6/lib/include -mcpu=k6 -O4 -g -Wall
-largs -isystem ../../../../../pck6/lib/include -mcpu=k6 -O4 -g
-Wall init.o -margs -a
../../../../../../../../rtems.master/c/src/ada-tests/samples/hello/hello.adb -o hello
GNATMAKE 3.3.2 Copyright 1995-2002 Free Software Foundation, Inc.
-> "hello" final executable
"hello.ali" being checked ...
-> "hello.ali" missing.
i386-gcc -c
-I../../../../../../../../rtems.master/c/src/ada-tests/samples/hello/
-B/opt/rtems-4.7/i386-rtems4.7/lib/ -B../../../../../lib/
-B../../../../../pck6/lib/ -specs bsp_specs -qrtems
-I../../../../../lib/include/adainclude
-I../../../../../pck6/lib/include/adainclude
-I../../../../../../../../rtems.master/c/src/ada-tests/support -isystem
../../../../../pck6/lib/include -mcpu=k6 -O4 -g -Wall -I-
../../../../../../../../rtems.master/c/src/ada-tests/samples/hello/hello.adb
i386-rtems4: error, unable to locate i386-gcc
Note how i386-rtems4.7-gcc gets mangled into i386-gcc and how
i386-rtems4.7-gnatmake becomes i386-rtems4.
Ralf