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 want to use pebbe/zmqt on my ARM cpu.But the README.md says "You can't do cross-compilation. That would disable C.".
I want to know whether I should give up my attempt to import pebbe/zmqt in my project for ARM environment.
The text was updated successfully, but these errors were encountered:
Where /zmq-arm is a folder with include and lib. Be sure to match the zmq library version to the latest pebbe/zmq4 one. I happened to compile a 4.3.3 library, but (as of today) this repo uses 4.3.2 (available in Go modules), so it will fail on runtime
I want to use pebbe/zmqt on my ARM cpu.But the README.md says "You can't do cross-compilation. That would disable C.".
I want to know whether I should give up my attempt to import pebbe/zmqt in my project for ARM environment.
The text was updated successfully, but these errors were encountered: