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 know I can set flags to configure target architecture for a compiled app.
I want to develop on my main Mac machine, then compile and transfer compiled files into the brick.
What options should I use to compile for EV3 on a Mac?
The text was updated successfully, but these errors were encountered:
GOOS=linux GOARCH=arm GOARM=5 go build in the project directory will leave an arm5 ELF executable that will run on the EV3 in the project dir (the GOOS var would not need to be set if compiled on a linux machine).
I know I can set flags to configure target architecture for a compiled app.
I want to develop on my main Mac machine, then compile and transfer compiled files into the brick.
What options should I use to compile for EV3 on a Mac?
The text was updated successfully, but these errors were encountered: