Tools:
TI ARM CGT 20.2.7 LTS downloaded from www.ti.com/.../20.2.7.LTS
Problem:
When trying to rename symbols in an executable that contains standard library objects, I get the following error:
ti-cgt-arm_20.2.7.LTS/bin/armobjcopy: error: invalid alignment 1 of group section '_ZNSt16initializer_listIiEC1EPKij'
What is causing this error and what can I do resolve this?
Thanks for your help,
Alec
Minimum Recreation Example:
Sandbox.cpp:
> ti-cgt-arm_20.2.7.LTS/bin/armcl sandbox.cpp -I ti-cgt-arm_20.2.7.LTS/include/ --output_file=sandbox
> ti-cgt-arm_20.2.7.LTS/bin/armobjcopy --redefine-sym=foo=new_foo sandbox