Actually I am trying to copy zImage from flash from one processor which has flash to the SDRAM of other processor. SO, there are two scenerios, 1. Booting from Flash 2. Booting from Bootloader for the first scenario, I was going to have two binaries (ROM/RAM), but during compilation I wanted to figure out size of the second binaries so that whole binary could be copied to the second processor. I was going to modify the make processor and concatenate both binaries. For second, only one binary is needed.
Do you have any other way of doing it. thanks, Naeem -----Original Message----- From: Russell King - ARM Linux [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 2:56 PM To: Afzal, Naeem M Cc: [EMAIL PROTECTED] Subject: Re: size of zImage in arm linux On Thu, Apr 18, 2002 at 02:00:12PM -0700, Afzal, Naeem M wrote: > Is there anyway you could figure out size of your zImage during compilation. > Can I use _start and _end from lds file to get the size of the binary. You don't know the size until its built. If you could enlighten us about what you're trying to achieve, we could help some more. _______________________________________________ http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm http://www.arm.linux.org.uk/armlinux/mailinglists.php Please visit the above addresses for information on this list.
