This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
How to make native build?
- From: Miro KropÃÄek <miro dot kropacek at gmail dot com>
- To: newlib at sourceware dot org
- Date: Mon, 24 Jan 2011 22:44:01 +0100
- Subject: How to make native build?
- References: <AANLkTimgftmO+YP5m+nUisqKYmYU39yAwW0jSvQ_rjvV@mail.gmail.com>
Hello,
I'm new here and I hope I don't ask something totally obvious but I'm
really stuck. I'm trying to compile newlib. I checkout the sources,
create 'build' directory nearby, type 'cd build && ../src/configure &&
make' and after some initial messages (makeinfo etc) ... compilation
ends. No error, just regular end. I can post build output if it helps.
What makes me wonder is next thing, when I specify some target,
different from host (i.e. NOT i686-pc-linux-gnu), compilation starts
as one would expect. Am I missing here something? How I make normal,
classic, native, linux build?
Thanks for any hint...
Miro