Using BBB for compiling stuff for another embedded platform

Hi,

ist possible, to compile (NOT crosscompile!) stuff for this board:
http://www.acmesystems.it/arietta

CPU is an Atmel AT91SAM9G25 SoC (ARM9 @ 400Mhz)...
(no FPU)

Thank you very much for any help in advance!
Best regards,
mcc

Hi,

ist possible, to compile (NOT crosscompile!) stuff for this board:
http://www.acmesystems.it/arietta

CPU is an Atmel AT91SAM9G25 SoC (ARM9 @ 400Mhz)…
(no FPU)

Thank you very much for any help in advance!

Then run debian wheezy ‘armel’, it’s built for armv4t so it’ll run on both devices.

Robert Nelson <robertcnelson@gmail.com> [14-11-04 19:20]:

>
> Hi,
>
> ist possible, to compile (NOT crosscompile!) stuff for this board:
> Arietta G25 - Linux embedded system on module
>
> CPU is an Atmel AT91SAM9G25 SoC (ARM9 @ 400Mhz)...
> (no FPU)
>
> Thank you very much for any help in advance!

Then run debian wheezy 'armel', it's built for armv4t so it'll run on both
devices.

> Best regards,
> mcc
>
>
> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google Groups
"BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
email to beagleboard+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Hi Robert,

thank for email! :slight_smile:

On my Beaglebone Black I am using Gentoo (hf), which I dont want to
swap with debian or any other distribution.

Is it possible to install a hardfloat and a softfloat compiler
simultanously on my BBB.
And is my assumption correct, that nothing else should be changed
with exception of the gcc?

Best regards,
Meino

Robert Nelson <robertcnelson@gmail.com> [14-11-04 19:20]:

Hi,

ist possible, to compile (NOT crosscompile!) stuff for this board:
http://www.acmesystems.it/arietta

CPU is an Atmel AT91SAM9G25 SoC (ARM9 @ 400Mhz)…
(no FPU)

Thank you very much for any help in advance!

Then run debian wheezy ‘armel’, it’s built for armv4t so it’ll run on both
devices.

Best regards,
mcc


For more options, visit http://beagleboard.org/discuss

You received this message because you are subscribed to the Google Groups
“BeagleBoard” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to beagleboard+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


For more options, visit http://beagleboard.org/discuss

You received this message because you are subscribed to the Google Groups “BeagleBoard” group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Hi Robert,

thank for email! :slight_smile:

On my Beaglebone Black I am using Gentoo (hf), which I dont want to
swap with debian or any other distribution.

Is it possible to install a hardfloat and a softfloat compiler
simultanously on my BBB.
And is my assumption correct, that nothing else should be changed
with exception of the gcc?

On gentoo, wouldn’t you have to adjust the use flags for armv5 then rebuild all the libs/GCC first? Otherwise you’d just be cross compiling for the atmel chip…