This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


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

Re: building gcc m68k-coff


On Wed, Oct 11, 2000 at 06:26:10PM +0000, ron tal wrote:

> /home/ronenl/usr/local/make
> make[1]: Entering directory 
> `/home/users/ronenl/usr/local/binutils-2.10/libiberty'
> test x"no" != xyes || \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -W -Wall -I. -I./../include  -W -Wall 
> -Wtraditional  argv.c -o pic/argv.o
>   gcc -c -DHAVE_CONFIG_H -g -O2 -W -Wall -I. -I./../include  -W -Wall 
> -Wtraditional argv.c
>   argv.c:38: string.h: No such file or directory
>   argv.c:39: stdlib.h: No such file or directory
>   make[1]: *** [argv.o] Error 1
>   make[1]: Leaving directory 
> `/home/users/ronenl/usr/local/binutils-2.10/libiberty'
>   make: *** [all-libiberty] Error 2

this appears to be an even more basic problem...  your system compiler
appears to be missing header files.

does a simple program which #includes string.h and stdlib.h, and calls
functions like atoi and strlen compile and execute properly on your
system with the native compiler?

-- 
  Aaron J. Grier   |    Frye Electronics, Tigard, OR   |   aaron@frye.com
  "Add [Windows] ME to an old PC with a `mere' 32 MB of memory, and your
   hard disk will be busier than a one-armed man juggling knives."
    --  Winn L. Rosch

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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