m68k-elf embedded cross compiler
Michael Moran
mmoran@hitel.com
Fri Oct 1 00:00:00 GMT 1999
Hi Jeff,
At the risk of sounding like the idiot that I am :-)
- How would I tell the compiler where to find include files
for my target (if I had them) ?
- I am building a cross compiler for an embedded system
which does not have standard I/O. There is no file system
or operating system.
- I am using newlib to provide those libraries. Do I need
to install them first? The CrossGCC FAQ says the build
order is:
1. Binutils
2. GCC
3. Newlib
- Is there a configuration option?
- I *did* tell it the installation prefix /tools/gnu.
Jeffrey A Law wrote:
>
> In message < 37A6F50A.BA772AF2@hitel.com >you write:
> > The first stage of the compiler appears to build
> > (xgcc is being used), but the build fails because
> > the libiberty build cannot find <stdio.h>. Many of
> > the files in this directory reference <stdio.h>.
> You have to tell the compiler where to find include files for your
> target.
> jeff
More information about the Gcc-help
mailing list