We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
D:\Builds\temp>armcc -o tmp.o -c tmp.c --no_debug"tmp.c", line 6: Warning: #1-D: last line of file ends without a newline } ^tmp.c: 1 warning, 0 errors
D:\Builds\temp>objdump --full-contents --section=.comment tmp.otmp.o: file format elf32-littleContents of section .comment: 0000 41524d2f 5468756d 6220432f 432b2b20 ARM/Thumb C/C++ 0010 436f6d70 696c6572 2c205256 4354322e Compiler, RVCT2. 0020 32205b42 75696c64 20353933 5d006172 2 [Build 593].ar 0030 6d636320 2d2d6661 73746c69 63656e73 mcc --fastlicens 0040 65202d2d 73697465 6c696365 6e736520 e --sitelicense 0050 2d63202d 6f746d70 2e6f2074 6d702e63 -c -otmp.o tmp.c 0060 00 .
Or as you have RVCT, you can use fromelf.
[color=#222222][size=2]I think Strip tool doesn't support the ARM obj files .Also confirmed by running it.
so looking for option at compile time.