Question: I am having trouble loading the 2xx executable object file into the C5x simulator: The simulator complains that the object file is invalid. :
Answer:
Try changing dspcl -z -o test.out yyy.obj xxx.obj -l rts2xx.lib to :
dspcl -z -v0 -o test.out yyy.obj xxx.obj -l rts2xx.lib
or
dsplnk -v0 -o test.out yyy.obj xxx.obj -l rts2xx.lib