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