public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] ROM build failure on Galileo
@ 2015-08-27  8:26 Andy Pont
  0 siblings, 0 replies; 5+ messages in thread
From: Andy Pont @ 2015-08-27  8:26 UTC (permalink / raw)
  To: u-boot

Hello,

Following the latest merges to the Master branch the ROM build now appears
to fail on Galileo (built with gcc v4.8.4).

The build output terminates with:

  OBJCOPY u-boot.srec
  OBJCOPY u-boot.bin
  OBJCOPY u-boot-x86-16bit.bin
  CAT     u-boot-dtb.bin
  IFDTOOL u-boot.rom
U-Boot image overlaps with region './board/intel/galileo/rmu.bin'
U-Boot finishes at offset 7025a, file starts at 0
make: *** [u-boot.rom] Error 1

Any ideas why?

Regards,

Andy.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] ROM build failure on Galileo
       [not found] <55dec9db.4750320a.530bf.fffff167SMTPIN_ADDED_BROKEN@mx.google.com>
@ 2015-08-27 13:39 ` Bin Meng
  2015-08-27 15:39   ` Bin Meng
  0 siblings, 1 reply; 5+ messages in thread
From: Bin Meng @ 2015-08-27 13:39 UTC (permalink / raw)
  To: u-boot

Hi Andy,

On Thu, Aug 27, 2015 at 4:26 PM, Andy Pont <andy.pont@sdcsystems.com> wrote:
> Hello,
>
> Following the latest merges to the Master branch the ROM build now appears
> to fail on Galileo (built with gcc v4.8.4).
>
> The build output terminates with:
>
>   OBJCOPY u-boot.srec
>   OBJCOPY u-boot.bin
>   OBJCOPY u-boot-x86-16bit.bin
>   CAT     u-boot-dtb.bin
>   IFDTOOL u-boot.rom
> U-Boot image overlaps with region './board/intel/galileo/rmu.bin'
> U-Boot finishes at offset 7025a, file starts at 0

oops!

> make: *** [u-boot.rom] Error 1
>
> Any ideas why?
>

I've reproduced this. I will work on a patch soon.

Regards,
Bin

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] ROM build failure on Galileo
  2015-08-27 13:39 ` [U-Boot] ROM build failure on Galileo Bin Meng
@ 2015-08-27 15:39   ` Bin Meng
  2015-08-27 15:46     ` Andy Pont
       [not found]     ` <55df30f2.8214320a.d70a2.ffffef3dSMTPIN_ADDED_BROKEN@mx.google.com>
  0 siblings, 2 replies; 5+ messages in thread
From: Bin Meng @ 2015-08-27 15:39 UTC (permalink / raw)
  To: u-boot

Hi Andy,

On Thu, Aug 27, 2015 at 9:39 PM, Bin Meng <bmeng.cn@gmail.com> wrote:
> Hi Andy,
>
> On Thu, Aug 27, 2015 at 4:26 PM, Andy Pont <andy.pont@sdcsystems.com> wrote:
>> Hello,
>>
>> Following the latest merges to the Master branch the ROM build now appears
>> to fail on Galileo (built with gcc v4.8.4).
>>
>> The build output terminates with:
>>
>>   OBJCOPY u-boot.srec
>>   OBJCOPY u-boot.bin
>>   OBJCOPY u-boot-x86-16bit.bin
>>   CAT     u-boot-dtb.bin
>>   IFDTOOL u-boot.rom
>> U-Boot image overlaps with region './board/intel/galileo/rmu.bin'
>> U-Boot finishes at offset 7025a, file starts at 0
>
> oops!
>
>> make: *** [u-boot.rom] Error 1
>>
>> Any ideas why?
>>
>
> I've reproduced this. I will work on a patch soon.
>

Please check http://patchwork.ozlabs.org/patch/511333/ which should
fix this issue.

Regards,
Bin

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] ROM build failure on Galileo
  2015-08-27 15:39   ` Bin Meng
@ 2015-08-27 15:46     ` Andy Pont
       [not found]     ` <55df30f2.8214320a.d70a2.ffffef3dSMTPIN_ADDED_BROKEN@mx.google.com>
  1 sibling, 0 replies; 5+ messages in thread
From: Andy Pont @ 2015-08-27 15:46 UTC (permalink / raw)
  To: u-boot

Hi Bin,

> Please check http://patchwork.ozlabs.org/patch/511333/ which should
> fix this issue.

The compilation of the .rom file for Galileo now succeeds with the application of this patch.  Not sure this is the official and proper way to do it but:

Tested-by: Andy Pont <andy.pont@sdcsystems.com>

Regards,

Andy.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] ROM build failure on Galileo
       [not found]     ` <55df30f2.8214320a.d70a2.ffffef3dSMTPIN_ADDED_BROKEN@mx.google.com>
@ 2015-08-27 15:49       ` Bin Meng
  0 siblings, 0 replies; 5+ messages in thread
From: Bin Meng @ 2015-08-27 15:49 UTC (permalink / raw)
  To: u-boot

Hi Andy,

On Thu, Aug 27, 2015 at 11:46 PM, Andy Pont <andy.pont@sdcsystems.com> wrote:
> Hi Bin,
>
>> Please check http://patchwork.ozlabs.org/patch/511333/ which should
>> fix this issue.
>
> The compilation of the .rom file for Galileo now succeeds with the application of this patch.

Thanks for testing.

> Not sure this is the official and proper way to do it but:

Yes, but you need reply the patch thread [1] with the following 'Tested-by' :-)

>
> Tested-by: Andy Pont <andy.pont@sdcsystems.com>
>

[1] http://lists.denx.de/pipermail/u-boot/2015-August/225557.html

Regards,
Bin

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-08-27 15:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <55dec9db.4750320a.530bf.fffff167SMTPIN_ADDED_BROKEN@mx.google.com>
2015-08-27 13:39 ` [U-Boot] ROM build failure on Galileo Bin Meng
2015-08-27 15:39   ` Bin Meng
2015-08-27 15:46     ` Andy Pont
     [not found]     ` <55df30f2.8214320a.d70a2.ffffef3dSMTPIN_ADDED_BROKEN@mx.google.com>
2015-08-27 15:49       ` Bin Meng
2015-08-27  8:26 Andy Pont

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox