public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 【build error report for for next branch】
@ 2017-10-18  6:21 oulijun
  2017-10-23 15:24 ` Doug Ledford
  0 siblings, 1 reply; 3+ messages in thread
From: oulijun @ 2017-10-18  6:21 UTC (permalink / raw)
  To: Doug Ledford; +Cc: linux-kernel@vger.kernel.org

[-- Attachment #1: Type: text/plain, Size: 1565 bytes --]

Hi, Doug Ledford
   I am use the for-next branch for building and the result is fail.
Is the branch a bug or my buidl way incorrectly?

My build way as follows:
1. make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- defconfig
2. make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- -j16

o00290482@linux-ioko:~/for-1/rdma> make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- -j16
arch/arm64/Makefile:23: ld does not support --fix-cortex-a53-843419; kernel may be susceptible to erratum
arch/arm64/Makefile:44: Detected assembler with broken .inst; disassembly will be unreliable
  CHK     include/config/kernel.release
  CHK     include/generated/uapi/linux/version.h
  CHK     scripts/mod/devicetable-offsets.h
  CHK     include/generated/utsrelease.h
  CHK     include/generated/timeconst.h
  CHK     include/generated/bounds.h
  CHK     include/generated/asm-offsets.h
  CALL    scripts/checksyscalls.sh
  CHK     include/generated/compile.h
  CHK     kernel/config_data.h
  CC [M]  drivers/gpu/drm/tegra/trace.o
In file included from drivers/gpu/drm/tegra/trace.h:68:0,
                 from drivers/gpu/drm/tegra/trace.c:2:
./include/trace/define_trace.h:88:43: fatal error: ./trace.h: No such file or directory
 #include TRACE_INCLUDE(TRACE_INCLUDE_FILE)
                                           ^
compilation terminated.
make[4]: *** [drivers/gpu/drm/tegra/trace.o] Error 1
make[3]: *** [drivers/gpu/drm/tegra] Error 2
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [drivers/gpu/drm] Error 2
make[1]: *** [drivers/gpu] Error 2
make: *** [drivers] Error 2

[-- Attachment #2: .config --]
[-- Type: application/xml, Size: 160419 bytes --]

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

* Re: 【build error report for for next branch】
  2017-10-18  6:21 【build error report for for next branch】 oulijun
@ 2017-10-23 15:24 ` Doug Ledford
  2017-10-24  1:55   ` oulijun
  0 siblings, 1 reply; 3+ messages in thread
From: Doug Ledford @ 2017-10-23 15:24 UTC (permalink / raw)
  To: oulijun; +Cc: linux-kernel@vger.kernel.org

On Wed, 2017-10-18 at 14:21 +0800, oulijun wrote:
> Hi, Doug Ledford
>    I am use the for-next branch for building and the result is fail.
> Is the branch a bug or my buidl way incorrectly?

[ snip ]

>   CC [M]  drivers/gpu/drm/tegra/trace.o
> In file included from drivers/gpu/drm/tegra/trace.h:68:0,
>                  from drivers/gpu/drm/tegra/trace.c:2:
> ./include/trace/define_trace.h:88:43: fatal error: ./trace.h: No such
> file or directory
>  #include TRACE_INCLUDE(TRACE_INCLUDE_FILE)
>                                            ^
> compilation terminated.
> make[4]: *** [drivers/gpu/drm/tegra/trace.o] Error 1
> make[3]: *** [drivers/gpu/drm/tegra] Error 2
> make[3]: *** Waiting for unfinished jobs....
> make[2]: *** [drivers/gpu/drm] Error 2
> make[1]: *** [drivers/gpu] Error 2
> make: *** [drivers] Error 2

You've probably got a bad .config for your cross build.  I doubt it's
related to my tree since I have done any patches to the tracing
subsytem and that's what's failing.

-- 
Doug Ledford <dledford@redhat.com>
    GPG KeyID: B826A3330E572FDD
    Key fingerprint = AE6B 1BDA 122B 23B4 265B  1274 B826 A333 0E57 2FDD

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

* Re: 【build error report for for next branch】
  2017-10-23 15:24 ` Doug Ledford
@ 2017-10-24  1:55   ` oulijun
  0 siblings, 0 replies; 3+ messages in thread
From: oulijun @ 2017-10-24  1:55 UTC (permalink / raw)
  To: Doug Ledford; +Cc: linux-kernel@vger.kernel.org

在 2017/10/23 23:24, Doug Ledford 写道:
> On Wed, 2017-10-18 at 14:21 +0800, oulijun wrote:
>> Hi, Doug Ledford
>>    I am use the for-next branch for building and the result is fail.
>> Is the branch a bug or my buidl way incorrectly?
> 
> [ snip ]
> 
>>   CC [M]  drivers/gpu/drm/tegra/trace.o
>> In file included from drivers/gpu/drm/tegra/trace.h:68:0,
>>                  from drivers/gpu/drm/tegra/trace.c:2:
>> ./include/trace/define_trace.h:88:43: fatal error: ./trace.h: No such
>> file or directory
>>  #include TRACE_INCLUDE(TRACE_INCLUDE_FILE)
>>                                            ^
>> compilation terminated.
>> make[4]: *** [drivers/gpu/drm/tegra/trace.o] Error 1
>> make[3]: *** [drivers/gpu/drm/tegra] Error 2
>> make[3]: *** Waiting for unfinished jobs....
>> make[2]: *** [drivers/gpu/drm] Error 2
>> make[1]: *** [drivers/gpu] Error 2
>> make: *** [drivers] Error 2
> 
> You've probably got a bad .config for your cross build.  I doubt it's
> related to my tree since I have done any patches to the tracing
> subsytem and that's what's failing.
> 
Thanks. I am willing to confirm again.

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

end of thread, other threads:[~2017-10-24  1:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-18  6:21 【build error report for for next branch】 oulijun
2017-10-23 15:24 ` Doug Ledford
2017-10-24  1:55   ` oulijun

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