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]

Re: Gcc-3.0.4 make fails


James Fitzsimons wrote:
> 
> Hi all,
> I have successfully built and installed binuitls-2.11.2 and am trying to
> build gcc-3.0.4 for a m68k target on a powerpc-apple-darwin5.3 host.
> 
> The configure utility for gcc works fine identifying the correct host etc..
> And creates the makefile.
> 
> However, when I try a make all install the make bombs. The last few lines of
> the make log look like this:
> 
> ../../gcc-3.0.4/gcc/f/expr.c:8171: illegal external declaration, found `)'
> ../../gcc-3.0.4/gcc/f/expr.c:8189: illegal external declaration, missing `;'
> after `ffelexHandler'
> 
> Has anyone got any ideas?

 Yes, if you don't need a Fortran-77 compiler for the m68k target, don't try
to build it or even wonder why you cannot build it... Simply forget the whole
idea and leave this problem to others... This could be called as "The lazy-man
attitude" and sometimes it is very useful...

 Just use a 'make LANGUAGES="c c++ objc proto gcov" or something, telling what
you will really need from the 'GCC' ('GNU Compiler Collection'). Otherwise you
may still struggle with building 'Java', 'Chill' etc., although you wouldn't
need them either...

Cheers, Kai



------
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]