Hi,
Using CCS 5.5.0.00077 I came across something I believe is a bug relating to the "Add additional flags" dialogs. I use an ARM Cortex-M device, so the option is found uder
- Project > Properties > ARM Compiler > Set Additional Flags ...
- Project > Properties > ARM Linker > Set Additional Flags ...
If you add a flag without surrounding quotes ("), the flags are added to the compiler/linker options, which is expected. However, they do not show up the next time you open the dialog, which makes them difficult to remove again.
The only way I found to be able to add and remove additional compiler/linker flags was to surround them with quotes as shown in the image.
Br,
TIABO