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.

AWR1843BOOST: Warning: no matching section

Expert 2050 points
Part Number: AWR1843BOOST

I use automtotive lab demo mrr, I always get this warning when build dss binary. How can I remove this warning?

  • Hi Lei,

    This comes from the linker command directing that certain functions to be placed in fastCode section, which ends up getting loaded to L1 memory. azimuthProcessing function doesn't exist in the code, and hence the text section .text:azimuthProcessing cannot be found. This is the cause of this warning.

    To remove the warning, the corresponding line can be removed from the linker command file.

    Regards,

    Aayush