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.

TM4C1290NCPDT: Compiling Library with compiler 6 of Arm

Part Number: TM4C1290NCPDT

Tool/software:

Hi,

I am using uVision with compiler 5 and now I move to uVision with compiler 6.

I have problem compiling driverlib because compiler 6 does not recognize the __asm code.

I need to change all the assempler code to equivalent but understandable by compiler 6.

Have anyone met this problem?

How solved?

Best Regards 

  • Hi,

      I'm not familiar with the Keil toolchain and don't know the compatibility difference between compiler 5 and 6. I will suggest you contact Keil and see if there is any compiler switches you can enable to make compiler 6 backward compatible with 5. 

  • Hello,

    Unfortunately Keil suggests to modify Ti libraries. The new compiler 6 wants a different way of managing assembler code. No available options about asm syntax enable the compiling of libraries. Yes libraries can be used the old ones but you have to manage compiling options to let them correctly link. Thanks anyway.