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.

Getting started OMAP L138

Hi!

I have started to program the OMAP L138 on my SmartGrid EVM from TI. I programmed the simple helloworld program, but I get the error

./helloworld: line 1: syntax error: word unexpected (expecting ")")

The code is:

#include <stdio.h>

int main()
{
        printf("Hello World!\n");
}

I have installed DVSDK. Can someone help me?

Have someone of you further information/ tutorials how the programm the omap L138.

Thanks!

Dominik