i referred example projects and then i created my own project xyz and 've included all the required header files but still i m getting following errors-
errors encountered during linking; "xyz.out" not built
unresolved symbol _main, first referenced in C:\\Program
i m using only assembly coding. Interestingly, when i add a 'c'source file ( "hello world") to my project the above mentioned errors are resolved and the build is complete.
i m using ccsv4.1 core edition with F283x CPU cycle accurate simulator.