Hi, I am following Pengutronix Mini2440 Quickstart guide and getting following error while building root file system. I will appreciate your guidance. *** No rule to make target `(copy)', needed by `barebox_default_env'. Stop. Following is more detail about when it occurs. ----------------------- target: barebox.compile ----------------------- cd /home/vishad/OSELAS.BSP-Pengutronix-Mini2440-2012.02.0/platform-mini2440/build-t arget/barebox-2011.05.0 && PATH=/home/vishad/OSELAS.BSP-Pengutronix-Mini2440-2012.02.0/platform-mini2440/sy sroot-cross/bin:/home/vishad/OSELAS.BSP-Pengutronix-Mini2440-2012.02.0/platform- mini2440/sysroot-cross/sbin:$PATH make HOSTCC=gcc ARCH=arm CROSS_COMPILE=arm-v4t-linux-gnueabi- make[1]: Entering directory `/home/vishad/OSELAS.BSP-Pengutronix-Mini2440-2012.02.0/platform-mini2440/build- target/barebox-2011.05.0' make[2]: `include/generated/mach-types.h' is up to date. CHK include/generated/version.h CHK include/generated/utsrelease.h SYMLINK include/config.h -> arch/arm/boards/mini2440//config.h make[2]: *** No rule to make target `(copy)', needed by `barebox_default_env'. Stop. make[1]: *** [common] Error 2 make: *** [/home/vishad/OSELAS.BSP-Pengutronix-Mini2440-2012.02.0/platform-mini2440/state/ barebox.compile] Error 2 make[1]: Leaving directory `/home/vishad/OSELAS.BSP-Pengutronix-Mini2440-2012.02.0/platform-mini2440/build- target/barebox-2011.05.0'
Error building root file system using PTXdist
Which toolchain? $ tar xf OSELAS.Toolchain-2011.11.0.tar.bz2 $ cd OSELAS.Toolchain-2011.11.0 $ ptxdist select ptxconfigs/¿ arm-v4t-linux-gnueabi_gcc-4.6.2_glibc-2.14.1_binutils-2.21.1a_kernel-2.6.39-sani tized.ptxconfig $ ptxdist go Or are you using an older toolchain? Which platformconfig? $ ptxdist platform configs/platform-friendlyarm-mini2440/platformconfig-NAND-64M info: selected platformconfig: ’configs/platform-friendlyarm-mini2440/platformconfig-NAND-64M’ Or are you running a non-64M machine? The expert will be back soon, but this might help to work out what the problem is.
Vishad, the quickstart also mentions a mailing list for such kind of failures. Can you send the currently selected user land config (one of the 'configs/ptxconfig' or 'configs/ptxconfig.qt'), the selected platform config (one of the 'configs/platform-friendlyarm-mini2440/platformconfig-NAND-[128|64]M') and the logfile up to this point of failure ('platform-mini2440/logfile') to this mailing list?
Thank you for your response and help. Issue is resolved. I deleted BSP. Download it again and follow the step. It compilled OK.