hello folks,
I am trying to compile a project every time i build it i get an error "error- option -mv= 73 is not valid without code-state= 16'"
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.
Look inside your ./configPkg/compiler.opt file you could be over riding the -mv7R4 on the command line. If you do have a device with a M3 core it only supports Thumb-2 instructions, you must select --code_state=16.