What is happening here?
pi@pi0rigswitch:~ $ sudo ./vhclientarmhfg
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package linux-headers-rpi-v7l
assert:/home/michael/company/musl/wxWidgets-3.2.8/include/wx/longlong.h,1121,wxArgNormalizer,(argtype & (wxFormatString::Arg_LongLongInt)) == argtype,format specifier doesn't match argument type
.
Its trying to install the raspberrypi kernel headers.
Like this
sudo apt install raspberrypi-kernel-headers
Try running that manually on the pi first and see if it works ok or returns an error.
Edit:
Investigating this further, for the pi0w it will need a complete disk image rather than just the virtualhere device client binary. The reason is the pi0w is not really powerful enough (unlike the other pis) to compile a kernel module including the headers for the client to work easily. The other pi versions are good enough to compile a module on the fly but the pi0w is not. I will create an image for the pi0w device client and post a link here when ready.
OK Thanks Michael. I'll…
OK Thanks Michael. I'll check back for the link.
Hold on. The problem is…
Hold on. The problem is that the link on your client page points to vhclientarmhfg. When I found the right file (without the "g") it works
.
ok great, ill check that webpage