Tool/software: TI C/C++ Compiler
Compiler version: TI v5.2.5
Per arm web page, MOV32 is supported by ARMv7
But build is failed as this instruction.
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.
Tool/software: TI C/C++ Compiler
Compiler version: TI v5.2.5
Per arm web page, MOV32 is supported by ARMv7
But build is failed as this instruction.
MOV32 is a pseudo-instruction, rather than a real instruction.
The TI ARM compiler doesn't support MOV32, instead it has to be written as a pair of MOVW / MOVT instructions. See MOV32 Instruction Support