06-21-2018, 08:38 AM
[quote pid='38663' dateline='1529551443']
Ok, so you got past the previous problem, try ARCH=armhf or just arm
[/quote]
Different failures , aarch64 also no-go:
Ok, so you got past the previous problem, try ARCH=armhf or just arm
[/quote]
Different failures , aarch64 also no-go:
Code:
root@host:/usr/src/wireguard-0.0.20180613# make ARCH=arm
CC [M] /usr/src/wireguard-0.0.20180613/main.o
gcc: error: unrecognized argument in option ‘-mabi=apcs-gnu’
gcc: note: valid arguments to ‘-mabi=’ are: ilp32 lp64
gcc: error: unrecognized command line option ‘-msoft-float’
scripts/Makefile.build:308: recipe for target '/usr/src/wireguard-0.0.20180613/main.o' failed
make[2]: *** [/usr/src/wireguard-0.0.20180613/main.o] Error 1
Makefile:1228: recipe for target '_module_/usr/src/wireguard-0.0.20180613' failed
make[1]: *** [_module_/usr/src/wireguard-0.0.20180613] Error 2
Makefile:36: recipe for target 'module' failed
make: *** [module] Error 2
root@host:/usr/src/wireguard-0.0.20180613# make ARCH=armhf
Makefile:581: /usr/src/linux-headers-3.10.107-pine64/arch/armhf/Makefile: No such file or directory
make[1]: *** No rule to make target '/usr/src/linux-headers-3.10.107-pine64/arch/armhf/Makefile'. Stop.
Makefile:36: recipe for target 'module' failed
make: *** [module] Error 2
root@host:/usr/src/wireguard-0.0.20180613# make ARCH=aarch64
Makefile:581: /usr/src/linux-headers-3.10.107-pine64/arch/aarch64/Makefile: No such file or directory
make[1]: *** No rule to make target '/usr/src/linux-headers-3.10.107-pine64/arch/aarch64/Makefile'. Stop.
Makefile:36: recipe for target 'module' failed
make: *** [module] Error 2