This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I get this 2 warning when i compile:
warning: typedef name has already been declared (with same type)
warning: typedef name has already been declared (with same type)
i use this headers file:
dsp2833x_device.h
DSP2833x_Examples.h
When i give the path to this headers in the build option i get the warning that i put above.
Plus, i get the next errors:
error: memory types PIEVECT and PIE_VECT on page 1 overlap
error: can't find any memory areas for allocation of 'PieVectTableFile'
error: can't allocate 'PieVectTableFile' into 'PIE_VECT' (page 1)
What is wrong?
See using dsp/bios configuration.