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.

$BRID section generated some time

I am using CCS v 3.3, and have noticed that the linker generates a section called $BRID related library.

 Does anyone know what the code is doing here? Thanks.

hiro

  • The BRID section contains debug information, which is actually not meant to be linked into the end binary. You should be able to safely ignore it without impacting your code's functionality, however it will take up just a bit more space in your end binary. This is a known issue that looks to have come into play in CGT 6.1.x, I am not sure when it will be fixed.