[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bit_rtems can't execute compiler created by bit_ada
- Date: Thu, 19 Aug 1999 20:56:22 -0700
- From: hodges at oz.net (Bill&Virginia Hodges)
- Subject: bit_rtems can't execute compiler created by bit_ada
I am hosted on a x86 Linux Mangrake 6.0.
I just executed bit_ada (from RTEMS 4.0) and tested it using f.c
example - it worked
after a placed a link on my search path to the actual location of cpp
and cc1.
(they are at /usr/lib/gcc-lib/i686-pc-linux-gnu/pgcc-2.91.66/)
When I execute bit_rtems i386-elf i386-rtemself it says --
----------------------------------------
checking rtems target cpu... i386
checking if cpu i386 is supported... yes
checking for i386-rtemself-gcc...
/home/RTEMS/gnat-3.11p/i386-rtemself/bin/i386-rtemself-gcc
checking whether the C compiler
(/home/RTEMS/gnat-3.11p/i386-rtemself/bin/i386-rtemself-gcc ) works...
no
configure: error: installation or configuration problem: C compiler
cannot create executables.
Could not successfully configure into build-i386-elf-rtems!
-----------------------------------------------
Any suggestions on how to tell gnat to find the stuff it needs to work
on linux?
Thanks,
Bill