Hi All. I'm having some trouble compiling a very simple project. I'm trying to configure the HET on a TMS570.
The error I get when compiling says is:
<Linking>
warning #10210-D: creating ".stack" section with default size of 0x800; use the
-stack option to change the default size
undefined first referenced
symbol in file
--------- ----------------
main C:/ti/ccsv5/tools/compiler/tms470_4.9.5/lib/rtsv7R4_T_be_v3D16_eabi.lib<args_main.obj>
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "Everything-Rev0B.out" not
built
The file C:/ti/ccsv5/tools/compiler/tms470_4.9.5/lib/rtsv7R4_T_be_v3D16_eabi.lib does exist, and I do have a function called main in my sys_main.c file. What am I doing wrong?