**I compile LEDE for TLWR941V5 in DEBIAN 8
I used some command as root user
git clone https://git.lede-project.org/source.git
_ cd source_
/scripts/feeds update -a
./scripts/feeds install -a
make defconfig
make menuconfig
then i choose
"Target System" => "Atheros AR7xxx/AR9xxx"
"Target Profile" => "TP-LINK TL-WR941N/ND v5"
then command
make
appear error then i run command
make -j1 V=s
I had run
make check
make download
an the same error
"checking whether mkfifo rejects trailing slashes... yes
checking whether mknod can create fifo without root privileges... configure: error: in /home/huy/Downloads/source/build_dir/host/tar-1.29': configure: error: you should not run configure as root (set FORCE_UNSAFE_CONFIGURE=1 in environment to bypass this check) See
config.log' for more details
Makefile:30: recipe for target '/home/huy/Downloads/source/build_dir/host/tar-1.29/.configured' failed
make[3]: *** [/home/huy/Downloads/source/build_dir/host/tar-1.29/.configured] Error 1
make[3]: Leaving directory '/home/huy/Downloads/source/tools/tar'
tools/Makefile:149: recipe for target 'tools/tar/compile' failed
make[2]: *** [tools/tar/compile] Error 2
make[2]: Leaving directory '/home/huy/Downloads/source'
tools/Makefile:147: recipe for target '/home/huy/Downloads/source/staging_dir/target-mips_24kc_musl/stamp/.tools_compile_yynyyyyynyyyyynyynnyyyyyyyyyyyyyyyyyyyynyynynyyyynnny' failed
make[1]: *** [/home/huy/Downloads/source/staging_dir/target-mips_24kc_musl/stamp/.tools_compile_yynyyyyynyyyyynyynnyyyyyyyyyyyyyyyyyyyynyynynyyyynnny] Error 2
make[1]: Leaving directory '/home/huy/Downloads/source'
/home/huy/Downloads/source/include/toplevel.mk:199: recipe for target 'world' failed
make: *** [world] Error 2"
Please tell me how to do
**