public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* problem creating cross compile ia64
@ 2004-07-19 13:02 Daniele Velardi
  2004-07-19 17:41 ` Jim Wilson
  0 siblings, 1 reply; 2+ messages in thread
From: Daniele Velardi @ 2004-07-19 13:02 UTC (permalink / raw)
  To: linux-ia64

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-07-19 17:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-19 13:02 problem creating cross compile ia64 Daniele Velardi
2004-07-19 17:41 ` Jim Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox