All of lore.kernel.org
 help / color / mirror / Atom feed
* Building for i486 based non-FPU device
@ 2009-01-26  9:11 Marco Cavallini
  2009-01-26 10:49 ` Phil Blundell
  2009-01-26 20:08 ` Koen Kooi
  0 siblings, 2 replies; 8+ messages in thread
From: Marco Cavallini @ 2009-01-26  9:11 UTC (permalink / raw)
  To: openembedded-devel

Hello,
This discussion was in thread "FOSDEM OE stand"
I'm trying to build for a machine I'd like to let at OE stand.
http://www.koala.it/it/nanopc.htm
It's a i486 based non-FPU device (Vortex86sx), so I tried to build

DISTRO = "angstrom-2008.1"

I created my new machine copying it from
 conf/machine/i586-generic.conf
and changing the following settings:
 TARGET_ARCH = "i486"
 PACKAGE_EXTRA_ARCHS = "x86"
 PREFERRED_VERSION_linux = "2.6.26"
(I also changed 2.6.26 recipe)

I found several problems:
i586-generic uses TARGET_ARCH = "i586" : ok but for 586
x86          uses TARGET_ARCH = "i586" : build broken
qemux86      uses TARGET_ARCH = "i586" : not used
i486-generic uses TARGET_ARCH = "i486" : build broken

No one of the previous tested build give a useful result,
what could I change to get a running system?

Maybe do I have to specify TARGET_CC_ARCH = "-march=i486" ?
Would be better to switch this discussion to IRC ?
Any hint will be greatly appreciated.
TIA
--
Marco Cavallini



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

end of thread, other threads:[~2009-01-27  8:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-26  9:11 Building for i486 based non-FPU device Marco Cavallini
2009-01-26 10:49 ` Phil Blundell
2009-01-26 11:17   ` Marco Cavallini
2009-01-26 11:25   ` Koen Kooi
2009-01-26 13:11     ` Marco Cavallini
2009-01-26 13:41     ` Philip Balister
2009-01-26 20:08 ` Koen Kooi
2009-01-27  8:04   ` Marco Cavallini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.