Modify ↓
#12534 closed defect (worksforme)
missing build dependency?
Reported by: | matthias@… | Owned by: | developers |
---|---|---|---|
Priority: | normal | Milestone: | Barrier Breaker 14.07 |
Component: | toolchain | Version: | Trunk |
Keywords: | Cc: |
Description
There seems to be a missing dependency somewhere …
This is after make; [reconfigure]; make clean;
smurf@data:/daten/src/git/openwrt/tree$ make V=s make[1]: Entering directory `/daten/src/git/openwrt/tree' make[2]: Entering directory `/daten/src/git/openwrt/tree' + mkdir -p /daten/src/git/openwrt/tree/staging_dir/target-arm_r2_uClibc-0.9.33.2_eabi + cd /daten/src/git/openwrt/tree/staging_dir/target-arm_r2_uClibc-0.9.33.2_eabi + mkdir -p bin lib include stamp mkdir -p /daten/src/git/openwrt/tree/build_dir/target-arm_r2_uClibc-0.9.33.2_eabi/stamp touch /daten/src/git/openwrt/tree/staging_dir/target-arm_r2_uClibc-0.9.33.2_eabi/.prepared make[3]: Entering directory `/daten/src/git/openwrt/tree/toolchain/gdb' [...] make[3]: Leaving directory `/daten/src/git/openwrt/tree/toolchain/binutils' make[3]: Entering directory `/daten/src/git/openwrt/tree/toolchain/gcc/minimal' cd /daten/src/git/openwrt/tree/build_dir/toolchain-arm_r2_gcc-4.7-linaro_uClibc-0.9.33.2_eabi/gcc-linaro-4.7-2012.11 && autogen Makefile.def /bin/bash: line 0: cd: /daten/src/git/openwrt/tree/build_dir/toolchain-arm_r2_gcc-4.7-linaro_uClibc-0.9.33.2_eabi/gcc-linaro-4.7-2012.11: No such file or directory make[3]: *** [/daten/src/git/openwrt/tree/build_dir/toolchain-arm_r2_gcc-4.7-linaro_uClibc-0.9.33.2_eabi/gcc-linaro-4.7-2012.11/Makefile.in] Error 1 make[3]: Leaving directory `/daten/src/git/openwrt/tree/toolchain/gcc/minimal' make[2]: *** [toolchain/gcc/minimal/prepare] Error 2
Attachments (0)
Change History (3)
comment:1 Changed 5 years ago by florian
comment:2 Changed 5 years ago by florian
- Resolution set to worksforme
- Status changed from new to closed
comment:3 Changed 4 years ago by jow
- Milestone changed from Attitude Adjustment 12.09 to Barrier Breaker 14.07
Milestone Attitude Adjustment 12.09 deleted
Note: See
TracTickets for help on using
tickets.
This issue happens when the toolchain components have been updated and a make toolchain/clean has not been issued.