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: crt0.o is missing with --target=i686-pc-linux-gnu


On 04 May 2015 18:06, Junfeng Dong wrote:
> I build newlib with "--target=i686-pc-linux-gnu --prefix=", no ctr0.o
> is compiled and installed. what is the problem?
> My build machine is 64 bit ubuntu 14.04.

your tuple is invalid.  "xxx-linux-gnu" means "the OS is Linux" and "the 
userland is GNU (i.e. glibc)".  you need to use something like i686-elf.
-mike

Attachment: signature.asc
Description: Digital signature


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