You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to compile using the master branch that uses openwrt 18.04 but I have an error that I couldn't debug.
I'm using the command:
J=1 V=s ./cooker -c ar71xx/generic --flavor=lime_default --profile=ubnt-nano-m-xw --community=NuestraRed.org/hacklime
The error I get is the following:
Configuring lime-debug.
Configuring ppp-mod-pppoe.
make[2]: *** [Makefile:153: package_install] Error 255
make[1]: *** [Makefile:114: _call_image] Error 2
make: *** [Makefile:193: image] Error 2
make: Leaving directory '/home/kleper/lime18/18.06.4/ar71xx/generic/ib'
I have already checked that I have all the necessary packages to be able to compile in my operating system, in fact I have in this same operating system a sdk configured with version 17 of OpenWRT and another SDK of OpenWRT Snapshot and with these the compilation works well for me.
In the linked log there is no error, can you check if the linked log is the correct one?
Anyway there are a few issues (#102#105) with lime-sdk which prevent it from working.
Do you need to compile LibreMesh 17.06 or the development version?
I'm trying to compile using the master branch that uses openwrt 18.04 but I have an error that I couldn't debug.
I'm using the command:
J=1 V=s ./cooker -c ar71xx/generic --flavor=lime_default --profile=ubnt-nano-m-xw --community=NuestraRed.org/hacklime
The error I get is the following:
Configuring lime-debug.
Configuring ppp-mod-pppoe.
make[2]: *** [Makefile:153: package_install] Error 255
make[1]: *** [Makefile:114: _call_image] Error 2
make: *** [Makefile:193: image] Error 2
make: Leaving directory '/home/kleper/lime18/18.06.4/ar71xx/generic/ib'
I have already checked that I have all the necessary packages to be able to compile in my operating system, in fact I have in this same operating system a sdk configured with version 17 of OpenWRT and another SDK of OpenWRT Snapshot and with these the compilation works well for me.
This is the log of my last compilation:
https://pastebin.com/FtQpQdwb
The text was updated successfully, but these errors were encountered: