From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dr. Philipp Tomsich Date: Thu, 28 Jun 2018 10:41:22 +0200 Subject: [U-Boot] build fail due to dependence error In-Reply-To: <19ab9dda-5133-829a-4c4f-6988926a4a9f@rock-chips.com> References: <83756b95-d066-2667-f036-24fd1097541e@rock-chips.com> <19ab9dda-5133-829a-4c4f-6988926a4a9f@rock-chips.com> Message-ID: <0C0CB5DB-9494-4784-AFA0-FD15BD8D2390@theobroma-systems.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de 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/include/asm/arch/hardware.h: No such file or directory > Kbuild:64: recipe for target 'arch/arm/lib/asm-offsets.s' failed > make[1]: *** [arch/arm/lib/asm-offsets.s] Error 2 > make[1]: *** 正在等待未完成的任务.... > CHK include/config.h > Makefile:1340: recipe for target 'prepare0' failed > > Thanks, > - Kever > On 06/01/2018 05:59 PM, Kever Yang wrote: >> 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 generate by build system, I thinks there should be some >> dependency issue? >> >> How to fix this kind of issue? >> >> >> Thanks, >> >> - Kever >> >> _______________________________________________ >> U-Boot mailing list >> U-Boot at lists.denx.de >> https://lists.denx.de/listinfo/u-boot >