public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* Changing the destination Linux Kernel version
@ 2013-03-11 14:17 Clément VERMOT-DESROCHES
  2013-03-13 19:49 ` Johannes Stezenbach
  0 siblings, 1 reply; 7+ messages in thread
From: Clément VERMOT-DESROCHES @ 2013-03-11 14:17 UTC (permalink / raw)
  To: crossgcc

Hi everybody,

I'm currently trying to create a cross toolchain using crosstool-ng.
I have 3 machines :
-my build machine : i386 with Linux Kernel 3.5.0
-my host machine : i386 with Linux Kernel 2.6.18
-my target machine : ARM with Linux Kernel 3.6.11

I manage to generate a valid toolchain. I compile with success a
binary for the target from my build machine. But I have to use the
host machine to produce my target binary. If I try to compile on my
host machine with the toolchain produced on my build machine, I get
the message :
"FATAL : kernel too old
segmentation fault"

If I do a "file linux-gnueabi-gcc", I get "ELF 32-bit LSB executable,
Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.24, statically
linked, for GNU/Linux 2.6.24, stripped", so, it's explain the kernel
too old error.

So, my question is : how can I produce a 2.6.18 (or less) compliant
toolchain from my build machine ? I have checked and tryed a lot of
parameters but I didn't manage to get a binary which run happily on my
host machine.
I can not run crosstool-ng on my host machine because I haven't the
right to update tools and the installed versions are too old to
successfully using crosstool-ng on this computer.

Thank you,
Best regards,
Clément VERMOT

--
For unsubscribe information see http://sourceware.org/lists.html#faq

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

end of thread, other threads:[~2013-04-01 14:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-11 14:17 Changing the destination Linux Kernel version Clément VERMOT-DESROCHES
2013-03-13 19:49 ` Johannes Stezenbach
2013-03-24 16:55   ` Clément VERMOT-DESROCHES
2013-03-24 17:09     ` Yann E. MORIN
2013-03-25 13:11       ` Johannes Stezenbach
2013-03-25 16:04         ` Yann E. MORIN
2013-04-01 14:36           ` Clément VERMOT-DESROCHES

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).