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: Linker error


Hi Phung,

I logged the make and found out an error when making libgloss as in
the attached file. Is it the reason to cause the problem?

Yes.


> make[5]: Entering directory `/home/guest/c166/rebuild052010/07082010
> /newlib/xc16x-elf/xc16xl/libgloss/xc16x'
> Makefile:169: *** missing separator.  Stop.

You need to find out what is wrong with line 169 in the Makefile. It will probably turn out to be a configuration problem that is leaving a @<name>@ variable in the constructed Makefile. You can either track down the problem and fix it. Or if you want a quick fix, just edit the Makefile to remove the offending variable(s) and then retry building libgloss.

Make sure that the libgloss build succeeds. Without it you will not be able to link your applications.

Cheers
  Nick


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