Quantcast
Channel:
Viewing all articles
Browse latest Browse all 59170

Forum Post: RXC Compiler #pragma inline_asm option

$
0
0
I am using the YRPBRX111 board to evaluate FreeRTOS. I have downloaded the FreeRTOSv8.2.2  RX100-RSK_Renesas_e2studio . E2 version 4.3.0.007. RXC Compiler V1.02.00 to V2.03.00. I get errors when using the #pragma inline_asm option.  #pragma inline_asm prvStartFirstTask static void prvStartFirstTask( void ) { /* When starting the scheduler there is nothing that needs moving to the interrupt stack because the function is not called from an interrupt. Just ensure the current stack is the user stack. */ SETPSW U /* Obtain the location of the stack associated with which ever task pxCurrentTCB is currently pointing to. */ MOV.L #_pxCurrentTCB, R15 MOV.L [R15], R15 Description Resource Path Location Type Field 'L' could not be resolved port.c /RTOSDemo_Renesas/RTOSDemo/FreeRTOS_Source/portable/Renesas/RX100 line 324 Semantic Error Symbol 'MOV' could not be resolved port.c /RTOSDemo_Renesas/RTOSDemo/FreeRTOS_Source/portable/Renesas/RX100 line 324 Semantic Error Type 'SETPSW' could not be resolved port.c /RTOSDemo_Renesas/RTOSDemo/FreeRTOS_Source/portable/Renesas/RX100 line 320 Semantic Error Ken Thomas  

Viewing all articles
Browse latest Browse all 59170

Trending Articles