Content originally posted in LPCWare by Karthik Venkatesh on Fri Dec 11 01:39:28 MST 2015
Hi,
Currently we are using Keil IDE and we would like to move to LPCXpresso since the free version itself supports 256KB code size, whereas Keil supports only 32KB.
But before that, I wanted to compare the code density i.e how much code size difference when building in keil and LPCXpresso.
I am aware that LPCXpresso uses --gc-sections optimization which helps reduce the code size considerably.
Similarly I tried playing with different Optimization levels like -O0,O1,O2,O3 etc.
But what I would like to have is a concrete proof that there will not be >5% code size variation between these two IDEs.
For that ideally I could like to have two exact same projects - one in keil and other in lpcxpresso. Build them and see the difference.
Is it possible ? Has this been done before ?
Please help, for it could help us immensely.
Thanks and regards,
Karthik