[Buildroot] [PATCH v1] directfb-examples fix bfin compile

Peter Seiderer ps.report at gmx.net
Wed Feb 25 21:35:44 UTC 2015


The following patch fixes the directfb-examples compile for bfin/static,
at least the linking.

At the install step the next error is:

	$ host/usr/bin/bfin-uclinux-strip target/usr/bin/df_andi
host/usr/bin/bfin-uclinux-strip:target/usr/bin/df_andi: File format not recognized

The toolchain bfin-uclinux-strip command seems not supporting static executables,
only elf32 ones...

Any suggestions how to handle this? Disable strip?

Regards,
Peter

Peter Seiderer (1):
  directfb-examples: explicitly add -lstdc++ for static build

 package/directfb-examples/directfb-examples.mk | 4 ++++
 1 file changed, 4 insertions(+)

-- 
2.1.4



More information about the buildroot mailing list