Tool/software: Code Composer Studio
hello expert
since I use GNU(v7.2.1) to compiler my project,and I write some code in .s document, but found have some problems.
If I write code
LDR R1, =uipNextRunningTaskTCBPtr
the compiler will compile it like
ldr r1, [pc, #0x3c]
and I found the address of 'pc + 0x3c' is not the address of uipNextRunningTaskTCBPtr,
so the program run into error.
What should I modified to fix this problem?
Best Regards
Jack
