This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Can't run executable on target board

Hi all:

                     I followed TI provided document named "Sitara Linux Traing: Hands on with QT", and i always got error message like "-sh: ./helloworld: not found" from my target board. Next I only wrote very simple code and using gcc to compile, i will get "./test: line 1: syntax error: '(' unexpected". What things i missed?

  • Hi Ivan,

    Which version of the Sitara SDK are you using? Which cross-compiler toolchain do you use? Is the filesystem on your rootfs partition from the same SDK as the toolchain?

    Best regards,
    Miroslav

  • Hi:

               Thanks for reply, i solved this problem earlier, i reallocate the newest rootfs from ti-sdk-am335x-evm-07.00.00.00 and everything is fine. But i have another problem now, i follow the tutorial and would build  file from QtCreator then pass to my target board, but my qt creator(3.1.2) seems to no compatible with the library from SDK, any suggestions for me? thanks in advance.