2017-11-24 30 views
-1

Linuxカーネルバージョンを4.4.14(トランク)から3.18.44にダウングレードしようとしていました。 ipq806xのターゲットLinuxシステムに必要なmakefileの変更を行いました。 しかし、ビルド中に、私はパッチに失敗しました。ビルドログスニペットを以下に示します。誰かがそのような種類のエラーに遭遇しましたか?ご意見をお寄せください。openwrtのLinuxカーネルバージョンをダウンするとビルドエラーが発生する

pplying patch platform/301-ARM-qcom-add-Netgear-Nighthawk-X4-R7500-device-tree.patch 
patching file arch/arm/boot/dts/Makefile 
The next patch would create the file arch/arm/boot/dts/qcom-ipq8064-r7500.dts, 
which already exists! Applying it anyway. 
patching file arch/arm/boot/dts/qcom-ipq8064-r7500.dts 
Hunk #1 FAILED at 1. 
1 out of 1 hunk FAILED -- rejects in file arch/arm/boot/dts/qcom-ipq8064-r7500.dts 
Patch platform/301-ARM-qcom-add-Netgear-Nighthawk-X4-R7500-device-tree.patch does not apply (enforce with -f) 
Makefile:26: recipe for target '/home/guru/punya/trunkpull_24112017/openwrt/build_dir/target-arm_cortex-a9+neon-vfpv4_musl-1.1.16_eabi/linux-ipq806x/linux-3.18.44/.quilt_checked' failed 
make[4]: *** [/home/guru/punya/trunkpull_24112017/openwrt/build_dir/target-arm_cortex-a9+neon-vfpv4_musl-1.1.16_eabi/linux-ipq806x/linux-3.18.44/.quilt_checked] Error 1 
make[4]: Leaving directory '/home/guru/punya/trunkpull_24112017/openwrt/target/linux/ipq806x' 
Makefile:13: recipe for target 'compile' failed 
make[3]: *** [compile] Error 2 
make[3]: Leaving directory '/home/guru/punya/trunkpull_24112017/openwrt/target/linux' 
target/Makefile:21: recipe for target 'target/linux/compile' failed 
make[2]: *** [target/linux/compile] Error 2 
make[2]: Leaving directory '/home/guru/punya/trunkpull_24112017/openwrt' 
target/Makefile:16: recipe for target '/home/guru/punya/trunkpull_24112017/openwrt/staging_dir/target-arm_cortex-a9+neon-vfpv4_musl-1.1.16_eabi/stamp/.target_compile' failed 
make[1]: *** [/home/guru/punya/trunkpull_24112017/openwrt/staging_dir/target-arm_cortex-a9+neon-vfpv4_musl-1.1.16_eabi/stamp/.target_compile] Error 2 
make[1]: Leaving directory '/home/guru/punya/trunkpull_24112017/openwrt' 
/home/guru/punya/trunkpull_24112017/openwrt/include/toplevel.mk:192: recipe for target 'world' failed 
make: *** [world] Error 2 
+0

この質問はCと関連していますか? – metarose

+0

申し訳ありません、ビルド関連の問題です – PEJ

答えて

0

ログから、dtsのパッチ適用が失敗したため、コンパイルに失敗しました。 失敗したパッチファイルが必要ない場合は、削除した後にコンパイルを試してください。

関連する問題