Of course it works. There is even the same from the OE environment -and I
mean : from the official repo - , here is set for my angstrom-SDK :

export CC="arm-angstrom-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork
-mfloat-abi=hard -mfpu=neon -mtune=cortex-a8
--sysroot=/usr/local/oecore-i686/sysroots/cortexa8hf-vfp-neon-angstrom-linux-gnueabi"

Here are the options that pointed out from the Arm Cortex Documentation.

Which works nicely on my  board.

David


2013/10/31 Markus Reichl <rei...@t-online.de>

>
> After trying to cross-compile with the hard float library without success,
>> I finally use the soft float library and it work.
>>
>
> Hi tee,
>
> on the BBB in /lib I just did:
>
> ln -s ld-linux.so.3 ld-linux-armhf.so.3
>
> Now my cross compiled binaries work on BBB.
>
> I used crosstool-ng 1.19 for generating the cross-toolchain on my PC
> (opensuse 12.2).
> I attach the .config for crosstool-ng.
>
> --
> Markus
>
>
>
>
>  --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "BeagleBoard" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/beagleboard/hZ39EQr_tyk/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> beagleboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to