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]

Building newlib with xscale-specific source files


I noticed that there are xscale-specific source files in the newlib source. For example:

newlib-1.15.0/newlib/libc/machine/xscale/memset.c

I used the following newlib config:

../configure --prefix=/usr/local/arm2 --target=arm-elf --disable- newlib-supplied-syscalls --enable-newlib-io-long-long --enable-newlib- multithreading --enable-newlib-io-pos-args --enable--newlib-io-long- double --disable-multilib --with-float=soft --with-cpu=xscale

But, as near as I can tell, I'm getting the generic versions of these things.

Perhaps I should have chosen a different target? "xscale-elf"? How do I configure newlib to build using a specific machine's implementation?

Does anyone have any suggestions?

TIA,
Rick


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