Forum Discussion
Altera_Forum
Honored Contributor
20 years agomissign Applet
hi..
i had compiled the uClinux kernel along with dillo web browser executable file... i had loaded into Blackfin processor(BF537-EXKIT).when amde to boot the image.. there were following errors: BINFMT_FLAT: bad header magic BINFMT_FLAT: bad header magic dillo: applet not found can anyone suggest me a solution...?????3 Replies
- Altera_Forum
Honored Contributor
--- Quote Start --- originally posted by invent@Jun 16 2006, 02:49 PM hi..i had compiled the uclinux kernel along with dillo web browser executable file... i had loaded into blackfin processor(bf537-exkit).when amde to boot the image.. there were following errors:
binfmt_flat: bad header magic
binfmt_flat: bad header magic
dillo: applet not found
can anyone suggest me a solution...?????
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=16210)
--- quote end ---
--- Quote End --- You have to add the -elf2flt flag to LDFLAGS .
- Altera_Forum
Honored Contributor
hi..
thank you for the reply.... where can i find the LDFLAGS...? or how to add the flags...??? - Altera_Forum
Honored Contributor
--- Quote Start --- originally posted by invent@Jun 16 2006, 03:22 PM hi..thank you for the reply....
where can i find the ldflags...?
or
how to add the flags...???
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=16212)
--- quote end ---
--- Quote End --- Search LDFLAGS or add it to your Makefile . In the statement for linking.