This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


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: cross compile and checking for C compiler default output file name


On Fri, Jan 15, 2010 at 09:03:58AM +0500, Ahsan Khawaja wrote:

> I got the similar error when i was building newlib. I figured it out that CC
> and CPP variables are intialized to your GCC_initial compiler which is not
> ready for making execuatables yet. I worked arround it by unsetting CC and
> CPP variables by CC="" and CPP="". by doing this the configure script
> initializes them to host GCC. I hope this will resolve your problem.

Thanks for your answer, Ahsan

Hmm, I don't really understand. I need to compile newlib for the target (m68k),
so I have to use the cross compiler. I don't think host GCC will solve the
problem here...


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