Hi Juejie,
The CW informed you that it is confused with the double definition of reset vector.
I suppose that you defined vector table in your code, include of reset vectors (e.g. POR reset vector at 0xFFFE).
In that case, please comment out the redundant definition of POR reset vector in your prm linker file. For example:
//VECTOR 0 _Startup /* reset vector: this is the default entry point for a C/C++ application. */
or you may define a shorter vector table (without POR reset vector).
I hope it helps you.
Have a great day,
RadekS
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------