Michael John
Michael John
@mboelen sorry for the delay. The linux build system can be found here: [https://buildroot.org/](https://buildroot.org/)
I'm also interested in being able to cross-compile from x86_64 linux to arm linux (non-android). Is this currently supported?
VirtualBox version is 6.1.38
I found if I run the VM without the headless option it starts successfully. It seems Windows doesn't like the `--type` to be `headless`. Fails: ``` C:/Program Files/Oracle/VirtualBox/VBoxManage.exe startvm 5eff5f98-c7f2-4370-a5cf-d5ffd21c1211...
I just made a build with 12.1 and was able to compile with `-Oz` and run on x86-64. It's difficult to find history on `-Oz`, but it may be that...
@tlaurion, @AlexKordic, I built this via gcc 12.1 by modifying the Makefile to use GCC 12.1. ``` - GCC_VER = 9.4.0 + GCC_VER = 12.1.0 ```
@tlaurion , I didn't add patches but I did add the package checksum. https://github.com/aka-mj/musl-cross-make/commit/c7b0311a179f167583dce8306b9953edf37d08e2
I'm encountering the same error on Linux (Ubuntu 20.04 LTS) with version 2022.6.0.
After that change it doesn't change the behavior. I still see my imports formatted via gopls rather than gofumpt.
Docker is running and port 8017 is available ``` >> docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES >> lsof -i -P -n | grep LISTEN reqrep 2630068...