No i am not using the -g flag. What does it do? What do you mean i must stop? The code just runs on the board. I use AXD to download it with a multi-ICE interface and then tell it to go! When it is ready it will go in the flash so ther will be no need for a PC to be connected to it.
-----Original Message----- From: Reza Naima [mailto:reza@reza.net] Sent: 04 June 2002 11:29 To: Gareth Subject: Re: [mad-dev] Code size on ARM
Gareth wrote:
Thanks for the advice. I stripped the file and it is now 170k! That's less than half the size! What are these symbols that have been stripped out?
They
take up a lot of space.
They're used for debugging mainly. Are you using the -g flag with gcc? If so, then you probably want to stop. Btw, how are you running your code without an operating system?
-Reza