nexmonster / nexmon_csi

Channel State Information for Raspberry Pi. Use the pi-5.10.92 branch.
https://github.com/nexmonster/nexmon_csi/tree/pi-5.10.92
60 stars 26 forks source link

does language setting and locale setting affect nexmon's compiling? #38

Open yuanjun opened 1 year ago

yuanjun commented 1 year ago

I am stuck at the step of Install Nexmon and Nexmon_CSI, it prompt an error due to lang setting and locale setting, the setting as below

perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_CTYPE = "UTF-8", LANG = "en_GB.UTF-8" are supported and installed on your system. perl: warning: Falling back to a fallback locale ("en_GB.UTF-8").

zeroby0 commented 1 year ago

Nope, they're just warnings, not compilation errors. The only locale setting I would worry about is setting the time and timezone.

If your compilation is failing, it's probably because of something else, as far as I know.

Btw, there are precompiled binaries for raspberry pi and rt-ac 86u:

yuanjun commented 1 year ago

thank you for your reply, I will try it