I am attempting to read/write samples to/from flash to be displayed in the view-->image display but during the build process I recieved the following basic error message when I try to build:
<Linking>
undefined symbol first referenced in file
_main C://CCStudio_v3.1/C5000/bios/lib/biosi.a551
>>error:symbol referencing errors-.Debug/fir.out not built
>>Compilation failure
I have created a project consisting of one self-made .asm file, the associated generated files and a self-made .cdb file. I was under the impression that the build process would produce COFF files that could be debugged with the .cdb and other debug tools like the absolute lister and dissassembler but I recieved the above error message that looks like a C Compiler reference. I am trying to avoid the use of C all together.
Thanks,
Patrick