This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cross gnatmake doesn't find cross tools


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]