Greetings,
I have been using asm(“\t.width 400”); to extend the line length of the list files which the compiler is generating. Now we are using compiler TI v20.2.5.LTS, and it rejects the statement with:
Description Resource Path Location Type
#196 expected an asm string DrvMain.cpp /SB_1_3_IECT_U_B2IA line 1 C/C++ Problem
#7 unrecognized token DrvMain.cpp /SB_1_3_IECT_U_B2IA line 1 C/C++ Problem
Has this feature been deprecated or replaced? Or is there something else which I need to set up before using it?
Thank you,
Ed