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]

How to build newlib in canadian cross


I want to know how to build newlib in canadian cross.
What is the right method?


There are at least two problems in the method shown below.
 - libiberty which is not contained in tarball of newlib becomes build target.
 - Installation goes wrong because of Makefile which is not supporting DESTDIR.

..../newlib-1.12.0/configure --prefix=/usr \
    --build=i686-pc-linux-gnu \
    --host=am33_2.0-linux --target=mn10300-elf
make
make install DESTDIR=/foo/bar

----
Hideki IWAMOTO  h-iwamoto@kit.hi-ho.ne.jp


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