freebsd / freebsd-wifi-build

freebsd-wifi-build
141 stars 59 forks source link

METALOG #101

Open scheffman opened 7 years ago

scheffman commented 7 years ago

Hi, the cross compile fails with: cp: /usr/home/admin/build/freebsd/../mfsroot/METALOG.tl-wr1043nd.mfsroot: No such file or directory

Everyting cloned today. Trying to build for TL-wr1043nd

What i did: mkdir build cd build git clone https://github.com/freebsd/freebsd-wifi-build.git git clone https://github.com/freebsd/freebsd.git cd freebsd cd /root/build/freebsd /root/build/freebsd-wifi-build/build/bin/build tl-wr1043nd

jdakhayman commented 7 years ago

Hello, I have just tried to do this as well, and I am getting the same error as scheffman is. More Info: jda@ugmm-3:~/data/freebsd/head/src % svnlite update Updating '.': At revision 312666.

After running:

/usr/home/jda/data/freebsd/build/build/bin/build tl-wr1043nd

I get: cp: /home/jda/data/freebsd/head/src/../mfsroot/METALOG.tl-wr1043nd.mfsroot: No such file or directory

Under /home/jda/data/freebsd/head/tftpboot the only files generated are: kernel.TP-WN1043ND kernel.TP-WN1043ND.tramp.bin kernel.TP-WN1043ND.debug

The image file TP-WN1043ND.factory.bin is never generated.

jda