public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] buildman dtc check error
@ 2015-07-23 22:10 York Sun
  2015-07-23 22:24 ` Simon Glass
  0 siblings, 1 reply; 5+ messages in thread
From: York Sun @ 2015-07-23 22:10 UTC (permalink / raw)
  To: u-boot

Simon,

I am facing a weird issue on the latest u-boot. I can successfully build u-boot
manually, but with buildman I see checkdtc error.

   aarch64:  +   ls2085aqds
+make[1]: *** [checkdtc] Error 1
+make: *** [sub-make] Error 2

I have DTC 1.4.1-ge5e6df7c. Is there any flag for buildman I can see more
information? I always use -vVeu as the flag.

York

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

* [U-Boot] buildman dtc check error
  2015-07-23 22:10 [U-Boot] buildman dtc check error York Sun
@ 2015-07-23 22:24 ` Simon Glass
  2015-07-24  1:15   ` York Sun
  0 siblings, 1 reply; 5+ messages in thread
From: Simon Glass @ 2015-07-23 22:24 UTC (permalink / raw)
  To: u-boot

Hi York,

On 23 July 2015 at 16:10, York Sun <yorksun@freescale.com> wrote:
> Simon,
>
> I am facing a weird issue on the latest u-boot. I can successfully build u-boot
> manually, but with buildman I see checkdtc error.
>
>    aarch64:  +   ls2085aqds
> +make[1]: *** [checkdtc] Error 1
> +make: *** [sub-make] Error 2
>
> I have DTC 1.4.1-ge5e6df7c. Is there any flag for buildman I can see more
> information? I always use -vVeu as the flag.

That's not very helpful, sorry. You can always look at the raw logs.
You could try an in-tree build with -i if that is what you are using
normally.

Regards,
Simon

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

* [U-Boot] buildman dtc check error
  2015-07-23 22:24 ` Simon Glass
@ 2015-07-24  1:15   ` York Sun
  2015-07-24  3:45     ` Simon Glass
  0 siblings, 1 reply; 5+ messages in thread
From: York Sun @ 2015-07-24  1:15 UTC (permalink / raw)
  To: u-boot



On 07/23/2015 03:24 PM, Simon Glass wrote:
> Hi York,
> 
> On 23 July 2015 at 16:10, York Sun <yorksun@freescale.com> wrote:
>> Simon,
>>
>> I am facing a weird issue on the latest u-boot. I can successfully build u-boot
>> manually, but with buildman I see checkdtc error.
>>
>>    aarch64:  +   ls2085aqds
>> +make[1]: *** [checkdtc] Error 1
>> +make: *** [sub-make] Error 2
>>
>> I have DTC 1.4.1-ge5e6df7c. Is there any flag for buildman I can see more
>> information? I always use -vVeu as the flag.
> 
> That's not very helpful, sorry. You can always look at the raw logs.
> You could try an in-tree build with -i if that is what you are using
> normally.
> 

Simon,

The raw log has been a mystery for me since beginning. Where do I find it?
Using -i flag also has the same error message.

York

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

* [U-Boot] buildman dtc check error
  2015-07-24  1:15   ` York Sun
@ 2015-07-24  3:45     ` Simon Glass
  2015-07-24 15:55       ` York Sun
  0 siblings, 1 reply; 5+ messages in thread
From: Simon Glass @ 2015-07-24  3:45 UTC (permalink / raw)
  To: u-boot

Hi York,

On 23 July 2015 at 19:15, York Sun <yorksun@freescale.com> wrote:
>
>
> On 07/23/2015 03:24 PM, Simon Glass wrote:
>> Hi York,
>>
>> On 23 July 2015 at 16:10, York Sun <yorksun@freescale.com> wrote:
>>> Simon,
>>>
>>> I am facing a weird issue on the latest u-boot. I can successfully build u-boot
>>> manually, but with buildman I see checkdtc error.
>>>
>>>    aarch64:  +   ls2085aqds
>>> +make[1]: *** [checkdtc] Error 1
>>> +make: *** [sub-make] Error 2
>>>
>>> I have DTC 1.4.1-ge5e6df7c. Is there any flag for buildman I can see more
>>> information? I always use -vVeu as the flag.
>>
>> That's not very helpful, sorry. You can always look at the raw logs.
>> You could try an in-tree build with -i if that is what you are using
>> normally.
>>
>
> Simon,
>
> The raw log has been a mystery for me since beginning. Where do I find it?
> Using -i flag also has the same error message.

We really should solve this mystery :-) It's documented in the buildman README.

By default, ../<branch>/<commit>/<board>/

or if you are just building current source it is in ../current

Regards,
Simon

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

* [U-Boot] buildman dtc check error
  2015-07-24  3:45     ` Simon Glass
@ 2015-07-24 15:55       ` York Sun
  0 siblings, 0 replies; 5+ messages in thread
From: York Sun @ 2015-07-24 15:55 UTC (permalink / raw)
  To: u-boot



On 07/23/2015 08:45 PM, Simon Glass wrote:
> Hi York,
> 
> On 23 July 2015 at 19:15, York Sun <yorksun@freescale.com> wrote:
>>
>>
>> On 07/23/2015 03:24 PM, Simon Glass wrote:
>>> Hi York,
>>>
>>> On 23 July 2015 at 16:10, York Sun <yorksun@freescale.com> wrote:
>>>> Simon,
>>>>
>>>> I am facing a weird issue on the latest u-boot. I can successfully build u-boot
>>>> manually, but with buildman I see checkdtc error.
>>>>
>>>>    aarch64:  +   ls2085aqds
>>>> +make[1]: *** [checkdtc] Error 1
>>>> +make: *** [sub-make] Error 2
>>>>
>>>> I have DTC 1.4.1-ge5e6df7c. Is there any flag for buildman I can see more
>>>> information? I always use -vVeu as the flag.
>>>
>>> That's not very helpful, sorry. You can always look at the raw logs.
>>> You could try an in-tree build with -i if that is what you are using
>>> normally.
>>>
>>
>> Simon,
>>
>> The raw log has been a mystery for me since beginning. Where do I find it?
>> Using -i flag also has the same error message.
> 
> We really should solve this mystery :-) It's documented in the buildman README.
> 
> By default, ../<branch>/<commit>/<board>/
> 
> or if you are just building current source it is in ../current
> 

Thanks, Simon. I didn't use --force-build. So I guess repeat build didn't
actually build anything. I found the file "log" but it is empty for a successful
build.

York

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

end of thread, other threads:[~2015-07-24 15:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-23 22:10 [U-Boot] buildman dtc check error York Sun
2015-07-23 22:24 ` Simon Glass
2015-07-24  1:15   ` York Sun
2015-07-24  3:45     ` Simon Glass
2015-07-24 15:55       ` York Sun

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