Alter0ne / rtl8196e

OpenWRT for Realtek rtl8196e with working packages and USB
GNU General Public License v2.0
38 stars 16 forks source link

Dependencies. #4

Closed xromansx closed 4 years ago

xromansx commented 4 years ago

It's more informative not an issue, if you compile on 64 bit system you need to install zlib1g:i386

sqw534 commented 3 years ago

Hej, thanks for this hint. More for documentation purposes, not an issue anymore.

The regarding error contains:

fixdep: error opening depfile: kernel/.bounds.s.d: No such file or directory or Kbuild:35: recipe for target 'kernel/bounds.s' failed

Installation zlib1g:i386 via sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get -y upgrade sudo apt-get install -y zlib1g:i386

Full error message:

CC kernel/bounds.s /home/rtl8196e-master/staging_dir/rsdk-4.6.4-4181-EB-3.10-0.9.33-m32u-20141001/bin/mips-linux-xgcc: No such file or directory fixdep: error opening depfile: kernel/.bounds.s.d: No such file or directory /home/rtl8196e-master/build_dir/target-mips-rlx4181-linux/linux-realtek_rtl8196e/linux-3.10.49/./Kbuild:35: recipe for target 'kernel/bounds.s' failed make[6]: [kernel/bounds.s] Error 2 Makefile:840: recipe for target 'prepare0' failed make[5]: [prepare0] Error 2 make[5]: Leaving directory '/home/rtl8196e-master/build_dir/target-mips-rlx4181-linux/linux-realtek_rtl8196e/linux-3.10.49' Makefile:24: recipe for target '/home/rtl8196e-master/build_dir/target-mips-rlx4181-linux/linux-realtek_rtl8196e/linux-3.10.49/.modules' failed make[4]: [/home/rtl8196e-master/build_dir/target-mips-rlx4181-linux/linux-realtek_rtl8196e/linux-3.10.49/.modules] Error 2 make[4]: Leaving directory '/home/rtl8196e-master/target/linux/realtek' Makefile:13: recipe for target 'compile' failed make[3]: [compile] Error 2 make[3]: Leaving directory '/home/rtl8196e-master/target/linux' target/Makefile:21: recipe for target 'target/linux/compile' failed make[2]: [target/linux/compile] Error 2 make[2]: Leaving directory '/home/rtl8196e-master' target/Makefile:16: recipe for target '/home/rtl8196e-master/staging_dir/target-mips-rlx4181-linux/stamp/.target_compile' failed make[1]: [/home/rtl8196e-master/staging_dir/target-mips-rlx4181-linux/stamp/.target_compile] Error 2 make[1]: Leaving directory '/home/rtl8196e-master' /home/rtl8196e-master/include/toplevel.mk:171: recipe for target 'world' failed make: *** [world] Error 2