hi,
I used CCS v5_4 to prepare a "hello world" running on dm8168 evm. I got the "killed" response.
I have no emulators. So I tried to build the "hello world" and then run the a.out via NFS.
I booted the board from the SD card and mounted the Debug directory, Lastly run /home/root/bb/a.out.
The source codes are:
---------------------------
#include <stdio.h>
void main()
{
puts("hello world\n");
}
-----------------------------
The followings are the screenshot on the evm side and the screenshots of the settings in the hello world project.
Can anyone help me? Thanks a lot !
Michael