Kind attn: johnscillieri/psutil-nim I am getting SIGSEGV: Illegal storage access. when using psutil. But it works correctly on myx86 laptop. I compiled the psutil using --cpu:arm --os:linux options and added a line to echo net_ip_addrs() at the end of psutil package. That works as a stand-alone program on Raspberry Pi. But when I try to use the pkg created by nimble it still gives SIGSEGV . Please help me to recompile a package on ARM or guide me how to debug further. Thanks Joseph Mathew Kolkata, India
I am new to Nim hence probably missed how to compile. Here is an update: I compiled psutil with --cpu:arm --os:linux. Used it in my simple test program and it compiled and gave the result. So, my conclusion is that nimble install gave a default for macosx. That should not be useful for ARM Linux. If I find something new I will post it here. I amhappy that Nim is working on my new Raspberry Pi OS. Thanks everyone.