From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Sat, 17 Mar 2007 12:59:23 -0400 Subject: [U-Boot-Users] objcopy In-Reply-To: <9F3F0A752CAEBE4FA7E906CC2FBFF57C069B48@MERCURY.inside.istor.com> References: <9F3F0A752CAEBE4FA7E906CC2FBFF57C069B48@MERCURY.inside.istor.com> Message-ID: <45FC1E6B.7020404@comcast.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Charles Krinke wrote: > I have a need to run a small binary before u-boot runs on a PPC8541. With that in mind, I have the binary, it compiles & links, but has a behavior at the last step of compilation I dont quite understand and it relates to the behavior of objcopy as used in uboot/Makefile. > > This doesnt work > $ ppc_85xx-objcopy --gap-fill 0xff -O binary microStart microStart.bin > > This works and creates the proper binary > $ ppc_85xx-objcopy -O binary microStart microStart.bin > > So, my question is "What is it about using a gap fill that would cause this error?" > > Charles It would be helpful to include the error message. gvb