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

See the CrossGCC FAQ for lots more information.


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

Gcc make fails on darwin


Hi all,
First of all thanks to those that replied to my last email. Those tips on
using the absolute path name were bang on.

I have just tried using gcc-3.0.4 and modified the fiddes.net/coldfire build
script to suit. The config.guess for gcc actually figured out the right host
( powerpc-apple-darwin) however it bombed in the make.

David Fiddes suggested I use the version of gcc currently available from
cvs. So after downloading that and modifing the build script again...
That also bombs at the make.

The tail of the make log is below:
% tail gcc-newlib-make.log
../../../source/gcc/gcc/builtin-attrs.def:139: `ATTR_FORMAT_PRINTF_1_0'
undeclared (first use in this function)
../../../source/gcc/gcc/builtin-attrs.def:140: `ATTR_FORMAT_PRINTF_2_0'
undeclared (first use in this function)
../../../source/gcc/gcc/builtin-attrs.def:142: `ATTR_FORMAT_STRFTIME_3_0'
undeclared (first use in this function)
../../../source/gcc/gcc/builtin-attrs.def:150: `ATTR_FORMAT_PRINTF_3_4'
undeclared (first use in this function)
../../../source/gcc/gcc/builtin-attrs.def:151: `ATTR_FORMAT_PRINTF_3_0'
undeclared (first use in this function)
../../../source/gcc/gcc/builtin-attrs.def:152: `ATTR_FORMAT_SCANF_1_0'
undeclared (first use in this function)
../../../source/gcc/gcc/builtin-attrs.def:153: `ATTR_FORMAT_SCANF_2_0'
undeclared (first use in this function)
../../../source/gcc/gcc/builtin-attrs.def:166: `ATTR_FORMAT_STRFMON_3_4'
undeclared (first use in this function)
make[1]: *** [c-common.o] Error 1
make: *** [all-gcc] Error 2
bash2.05 james@localhost
~/projects/gcc_source/gcc-m68k-source-r7-20010415/build %

So, am I doing anything stupid to cause this?

Thanks for any and all help for this gcc cross compiler newbie.
Kind regards,
James Fitzsimons 


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


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