Hi all,
I've got an eXperimeter dev board with the provided Linux kernel build, with both Kernel and NFS running from the Linux host over tftp. I've gone through the steps for establishing a connection between host and target, and setting up the DVSDK, as described in the OMAPL138 Software Developers Guide. However I run into problems when I try to run a hello world application on the target. I can run the executable on the host, in the directory that is mapped to the target, and get the expected message. When I try to do the same thing on the target itself, I get the following error message.
:line 1: syntax error: "(" unexpected
This looks like a compile time error - any idea what's going on here?
Thanks,
Jimbo