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.

CCS/PGA970: error #99923: Corrupt member header:

Part Number: PGA970

Tool/software: Code Composer Studio

Hi Team,

My Customer at first is unable to build firmware for PGA970EVM due to the missing library rtsv6M0_T_le_eabi.lib. After obtaining the libbrary in the PGA970firmware-1.5 install folder. He tried to build unfortunately encountered this error: 

error #99923: Corrupt member header:
'C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS/lib/rtsv6M0_T_le_eab
i.lib'

Any inputs are appreciated. Thanks in advance.

Regards,

Renan

  • I am not certain about what happened.  My guess is that the RTS library rtsv6M0_T_le_eabi.lib somehow got a few bytes overwritten with 0, or some other wrong value.  Rename it to something else and build again.  The linker will detect the missing library and automatically build a new one for you.  That takes a few minutes, but happens only one time.

    Thanks and regards,

    -George