public inbox for gentoo-embedded@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-embedded] crossdev
@ 2007-12-06 16:51 Jakub Ladman
  2007-12-06 17:02 ` Ned Ludd
  2007-12-24 21:18 ` Mike Frysinger
  0 siblings, 2 replies; 26+ messages in thread
From: Jakub Ladman @ 2007-12-06 16:51 UTC (permalink / raw
  To: gentoo-embedded

Hi 
Crossdev does not work for me to make arm crosscompiler.
I have arm9 based Cirrus Logic EP9307 CPU, tell me please how to determine the 
right target name and gcc, libc, binutils and headers versions to get working 
toolchain.
I am trying it for about four weeks with no succes. I do not know if it is a 
bug in crossdev or i am completely stupid.

Thank you very much.

Best regards
Jakub Ladman
-- 
gentoo-embedded@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 26+ messages in thread
* [gentoo-embedded] crossdev
@ 2010-06-13 14:09 Daniel Stonier
  2010-06-24  2:12 ` Mike Frysinger
  2010-06-24  8:18 ` Peter Stuge
  0 siblings, 2 replies; 26+ messages in thread
From: Daniel Stonier @ 2010-06-13 14:09 UTC (permalink / raw
  To: gentoo-embedded

I've got a couple of queries with regards to crossdev.

1) What's the correct way to correctly configure ld.so.conf in an cross-compile?
2) Is it recommended emerging glibc despite the inevitable file collisions?

-- 
Phone : +82-10-5400-3296 (010-5400-3296)
Home: http://snorriheim.dnsdojo.com/
Yujin Robot: http://www.yujinrobot.com/
Embedded Control Libraries: http://snorriheim.dnsdojo.com/redmine/wiki/ecl



^ permalink raw reply	[flat|nested] 26+ messages in thread
* [gentoo-embedded] crossdev
@ 2010-03-05 11:20 billium
  2010-03-05 15:38 ` Angelo Arrifano
  2010-03-07  4:21 ` Mike Frysinger
  0 siblings, 2 replies; 26+ messages in thread
From: billium @ 2010-03-05 11:20 UTC (permalink / raw
  To: gentoo-embedded

Has anything changed in crossdev as my tuple no longer works.

crossdev -s3 -t arm-none-eabi or

crossdev -s3 -t arm-elf-eabi or

The error is:

"Unknown arch used in --with-arch=arm"


I am on ~x86-64

The target is Luminary or ST cortex m3

Many thanks

Billy




^ permalink raw reply	[flat|nested] 26+ messages in thread
* [gentoo-embedded] crossdev
@ 2009-07-08 16:14 billium
  2009-07-09  1:55 ` Mike Frysinger
  0 siblings, 1 reply; 26+ messages in thread
From: billium @ 2009-07-08 16:14 UTC (permalink / raw
  To: gentoo-embedded

Hello all I'm after help on crossdev again.
My host system is amd64, stage required is s3.
The target is arm cortex with using newlib.

If I try crossdev -s3 -t arm-elf-gnueabi
in the summary header libc: glibc-[latest]
and it fails with BFD does not support target.

If I try crossdev -s3 -t arm-elf-eabi (also arm-unknown-elf-eabi)
in the summary header libc: -[latest]
and it fails at cross-linux-headers as libc is unknown.

If I cheat
 and modify the /usr/sbin/crossdev script and change the default LPKG
from LPKG="" to LPKG="newlib" on line 343.
in the summary header libc: newlib-[latest]
and it works fine and the code produced works on the chips, the same for
arm-none-eabi which is required for working with some of the sample code
provided.

If I add --ex-gdb (or --ex-insight) the summary has Extra: gdb: DO IT
but no gdb (or insight) is produced.

If I try, with no modification,  crossdev -s3 --ex-gdb -t
arm-unknown-linux-gnu it works fine, with no errors but produces no
extra gdb.

If I try, with my cheat, crossdev --ex-gdb -t arm-elf-eabi, fails with
"checking for acoshf in -lm... make[1] , is there any way to get gdb or
insight with s3?


Many thanks

Billy




^ permalink raw reply	[flat|nested] 26+ messages in thread
* [gentoo-embedded] crossdev
@ 2006-08-31 13:10 Jakub Ladman
  2006-08-31 13:51 ` Jakub Ladman
  2006-08-31 18:13 ` Mike Frysinger
  0 siblings, 2 replies; 26+ messages in thread
From: Jakub Ladman @ 2006-08-31 13:10 UTC (permalink / raw
  To: gentoo-embedded

I have two questions?

1) How to re-emerge everything what crossdev does completely from sctratch?
My crossdev generated toolchain, which was ok for several months, stops 
working.

2) Is it possible to collect everything what crossdev does, make binary 
package and send it to a friend which does not use gentoo, to enable 
crosscompiling at his computer?
How?

Thank you very much.

Jakub Ladman
-- 
gentoo-embedded@gentoo.org mailing list



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

end of thread, other threads:[~2010-06-24  9:04 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-06 16:51 [gentoo-embedded] crossdev Jakub Ladman
2007-12-06 17:02 ` Ned Ludd
2007-12-07  9:48   ` Jakub Ladman
2007-12-24 21:18 ` Mike Frysinger
  -- strict thread matches above, loose matches on Subject: below --
2010-06-13 14:09 Daniel Stonier
2010-06-24  2:12 ` Mike Frysinger
2010-06-24  8:18 ` Peter Stuge
2010-03-05 11:20 billium
2010-03-05 15:38 ` Angelo Arrifano
2010-03-05 19:23   ` billium
2010-03-05 20:20     ` Peter Stuge
2010-03-06  9:45       ` billium
2010-03-07  4:21 ` Mike Frysinger
2009-07-08 16:14 billium
2009-07-09  1:55 ` Mike Frysinger
2009-07-09  8:22   ` billium
2009-07-19 18:15     ` Mike Frysinger
2009-07-20 17:47       ` billium
2009-07-09 11:46   ` Martin Gysel
2009-07-09 13:54     ` billium
2009-07-09 16:47       ` billium
2006-08-31 13:10 Jakub Ladman
2006-08-31 13:51 ` Jakub Ladman
2006-08-31 18:13 ` Mike Frysinger
2006-09-02  7:27   ` Harald Kubota
2006-09-02  8:35     ` Mike Frysinger

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