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.

TDA4VM: Using armcl compiler, compiler prompts error

Part Number: TDA4VM

I use the armcl compiler, compiler prompts error, Ask experts for help?

# build log
/root/PSDKRA/ti-cgt-arm_20.2.0.LTS/bin/armcl -g -ms -DMAKEFILE_BUILD -c -qq -pdsw225 --endian=little -mv7R5 --abi=eabi -eo.oer5f -ea.ser5f --symdebug:dwarf --embed_inline_assembly --float_support=vfpv3d16 --code_state=16 -ms -s -DSOC_J721E -Dj721e_evm=j721e_evm -I/root/PSDKRA/ti-cgt-arm_20.2.0.LTS/include -I/root/PSDKRA/pdk_jacinto_07_00_00/packages -fr=/root/PSDKRA/pdk_jacinto_07_00_00/packages/ti/binary/csl_uart_test_app/obj/j721e_evm/mcu1_0/release -fs=/root/PSDKRA/pdk_jacinto_07_00_00/packages/ti/binary/csl_uart_test_app/obj/j721e_evm/mcu1_0/release -fc Os_Barrier.c

# source code
static inline void Os_Hal_SetPC(uint32 PcValue)
{
__asm volatile ("mov pc, %0" : :"r" (PcValue));
}