From: "Daniele Velardi" <leoaprilia@yahoo.com>
To: linux-ia64@vger.kernel.org
Subject: problem creating cross compile ia64
Date: Mon, 19 Jul 2004 13:02:26 +0000 [thread overview]
Message-ID: <20040719130226.3282.qmail@web14205.mail.yahoo.com> (raw)
I have to create a cross compiler to run on host
machine i686 to compile file for target machine
ia64:
for the binutils 2.15 i have typed:
configure --disable-nls --prefix=/usr
--mandir=/usr/share/man --infodir=/usr/share/info
--target=ia64-linux
make
make install
and for the gcc 3.3.3:
configure --enable-languages=c --disable-nls
--disable-threads --disable-shared
--disable-checking
--prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --target=ia64-linux
make TARGET_LIBGCC2_CFLAGS='-Dinhibit_libc
-D__gthr_posix_h'
but during the make command i encounter a problem,it
don't find file header .h:
"config/ia64/linux.h:62:20: signal.h: No such file
or directory
config/ia64/linux.h:63:26: sys/ucontext.h: No such
file or directory
make[2]: *** [libgcc/./_muldi3.o] Error 1"
so i add to configure command:
--with-headers=/usr/include
but now i have an error on:
" unwind-libunwind.c: In function
`uw_frame_state_for'
"
then i have add to configure command:
--disable-libunwind
but i get the same error (i have installed libunwind)!
i don't have the headers and libs of an ia64 machine,
i don't need?!?!
thanks!
____________________________________________________________
Yahoo! Companion - Scarica gratis la toolbar di Ricerca di Yahoo!
http://companion.yahoo.it
next reply other threads:[~2004-07-19 13:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-19 13:02 Daniele Velardi [this message]
2004-07-19 17:41 ` problem creating cross compile ia64 Jim Wilson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040719130226.3282.qmail@web14205.mail.yahoo.com \
--to=leoaprilia@yahoo.com \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox