Re: Program size - Microblaze
- From: Philip Potter <pgp@xxxxxxxxxxxxxxx>
- Date: Wed, 29 Aug 2007 10:17:13 +0100
Yannick wrote:
I want to know the average size of the programs for microblaze
(Xilkernel, Uart managment, SRAM managment, Ethernet with Lwip).
I think that the size of my program is enormous. Even if i choose
optimization in compiler option, the program size is too big.
My Progam size : 900 ko (My Code, Xilkernel without Lwip)
Size of executable.elf
Microblaze
OPB
| - SRAM Controller
| - Ethernet Lite
| - UART Lite
| - UART 16550
| - Timer
| - Interrupt controller
| - IPIF with 3 interrupt
Thank you.
Best regards.
On MicroBlaze, a lot of the standard library functions can swell the executable massively. For example, don't use printf() if you can avoid it - use the slimline xil_printf() instead.
Phil
--
Philip Potter pgp <at> doc.ic.ac.uk
.
- References:
- Program size - Microblaze
- From: Yannick
- Program size - Microblaze
- Prev by Date: Re: Program size - Microblaze
- Next by Date: VMA vs LMA?
- Previous by thread: Re: Program size - Microblaze
- Next by thread: CyUSB Bulkloop problem
- Index(es):
Relevant Pages
|