I have set up my PC with the crosscompiler found on the developer site.
I compiled the program which should dump something on the empeg screen.
After I transfer the program onto the empeg, I get this message when I
try to execute it:
BUG IN DYNAMIC LINKER ld.so: dynamic-link.h: 57: elf_get_dynamic_info: Assertion
`! "bad dynamic tag"' failed!
I then tied to write a small C+ program which does this:
prinf('hello') etc..
When compiling with the compiler for i386 this little proggy writes hello
in the current window I'm in.
When compiling this for ARM, and executing on the empeg I get the above error
message.
I'm pretty new to Linux and I have no clue what this means, anyone?????
Please help me :)
TommyE