ELF WimpSlot Size.
David Pitt (3386) 1248 posts |
Having built an ELF with GCC how does one calculate the value of WimpSlot required. GCC contains |
Simon Willcocks (1499) 513 posts |
Is there no objdump? |
David Pitt (3386) 1248 posts |
|
Simon Willcocks (1499) 513 posts |
objdump -x elffile Should show a table of sections in the file at the beginning.
Lousy example for your problem, but I’m busy, sorry. I’ll try to come up with something better tomorrow. |