Re: [U-Boot] build fail due to dependence error

2018-07-09 Thread Dr. Philipp Tomsich
> On 9 Jul 2018, at 09:18, Patrick DELAUNAY wrote: > >> From: U-Boot On Behalf Of Masahiro Yamada >> Sent: lundi 9 juillet 2018 07:27 >> Subject: Re: [U-Boot] build fail due to dependence error >> >> Hi. >> >> >> 2018-07-09 11:3

Re: [U-Boot] build fail due to dependence error

2018-07-09 Thread Patrick DELAUNAY
> From: U-Boot On Behalf Of Masahiro Yamada > Sent: lundi 9 juillet 2018 07:27 > Subject: Re: [U-Boot] build fail due to dependence error > > Hi. > > > 2018-07-09 11:39 GMT+09:00 Simon Glass : > > +Masahiro who might know > > > > On 2 July 201

Re: [U-Boot] build fail due to dependence error

2018-07-08 Thread Masahiro Yamada
Hi. 2018-07-09 11:39 GMT+09:00 Simon Glass : > +Masahiro who might know > > On 2 July 2018 at 01:23, Dr. Philipp Tomsich > wrote: >> Kever, >> >> Could you check the build artifacts in Jenkins to see whether after >> the ‘make [configname]_defconfig’, the link for asm/arch is correctly >> set up

Re: [U-Boot] build fail due to dependence error

2018-07-08 Thread Simon Glass
+Masahiro who might know On 2 July 2018 at 01:23, Dr. Philipp Tomsich wrote: > Kever, > > Could you check the build artifacts in Jenkins to see whether after > the ‘make [configname]_defconfig’, the link for asm/arch is correctly > set up? > > Thanks, > Philipp. > > On 2 Jul 2018, at 09:54, Kever

Re: [U-Boot] build fail due to dependence error

2018-07-02 Thread Dr. Philipp Tomsich
Kever, Could you check the build artifacts in Jenkins to see whether after the ‘make [configname]_defconfig’, the link for asm/arch is correctly set up? Thanks, Philipp. > On 2 Jul 2018, at 09:54, Kever Yang wrote: > > Hi Simon, > > > On 06/30/2018 12:19 PM, Simon Glass wrote: >> Hi, >> >>

Re: [U-Boot] build fail due to dependence error

2018-07-02 Thread Kever Yang
Hi Simon, On 06/30/2018 12:19 PM, Simon Glass wrote: > Hi, > > On 28 June 2018 at 01:41, Dr. Philipp Tomsich > wrote: >> Kever, >> >> is the link for ‘asm’ set up correctly? >> >> Thanks, >> Philipp. >> >> On 28 Jun 2018, at 10:38, Kever Yang wrote: >> >> Hi Simon, >> >> Do you have any

Re: [U-Boot] build fail due to dependence error

2018-06-29 Thread Simon Glass
Hi, On 28 June 2018 at 01:41, Dr. Philipp Tomsich wrote: > Kever, > > is the link for ‘asm’ set up correctly? > > Thanks, > Philipp. > > On 28 Jun 2018, at 10:38, Kever Yang wrote: > > Hi Simon, > > Do you have any idea about this error? > > > CC lib/asm-offsets.s > CC arch/a

Re: [U-Boot] build fail due to dependence error

2018-06-28 Thread Dr. Philipp Tomsich
Kever, is the link for ‘asm’ set up correctly? Thanks, Philipp. > On 28 Jun 2018, at 10:38, Kever Yang wrote: > > Hi Simon, > > Do you have any idea about this error? > > CC lib/asm-offsets.s > CC arch/arm/lib/asm-offsets.s > fixdep: error opening config file: arch/arm/in

Re: [U-Boot] build fail due to dependence error

2018-06-28 Thread Kever Yang
Hi Simon,         Do you have any idea about this error? CC lib/asm-offsets.s CC arch/arm/lib/asm-offsets.s fixdep: error opening config file: arch/arm/include/asm/arch/hardware.h: No such file or directory Kbuild:64: recipe for target 'arch/arm/lib/asm-offsets.s' failed make[1]: **

[U-Boot] build fail due to dependence error

2018-06-01 Thread Kever Yang
Hi Guys, I met below error from time to time when build U-Boot project. fixdep: error opening config file: arch/arm/include/asm/arch/hardware.h: No such file or directory     The folder 'arch/arm/include/asm/arch' is a link for 'arch/arm/include/asm/arch-rockchip', which is dynamic genera