Robert W. Kuhn wrote:
Hello,
I compiled a tiny programm with the eldk-compiler (installed on a ubuntu
machine). Then I try to execute the program on the evm:
$ file a.out
a.out: ELF 32-bit LSB executable, ARM, version 1 (ARM), for GNU/Linux 2.4.3,
dynamically linked (uses shared libs), not stripped
$ ./a.out
-sh: ./a.out: No such file or directory
$ ls -la a.out
-rwxr-xr-x 1 kuhn users 6913 Apr 20 12:13 a.out
What could be the problem?
This is a symptom of incompatible executable with the target
environment. If you are building with the ELDK, then you should run the
EVM in the ELDK-provided ARM environment (root filesystem). Note, the
TI binaries won't work in the ELDK environment for the same reason,
they're built with the Montavista toolchain.
Thanks and bye - Robert
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source