xgo icon indicating copy to clipboard operation
xgo copied to clipboard

unrecognized command-line option for linux/386

Open vess-dev opened this issue 8 months ago • 0 comments

xgo version @latest, pulled latest docker right before this as well. go version 1.24

Command:

xgo --targets="linux/386" ./Source/

Failure point in output:

Compiling for linux/386...
# runtime/cgo
gcc: error: unrecognized command-line option '-m32'

Technically I also call a setup.sh that apt installs the following: "libasound2-dev libc6-dev libgl1-mesa-dev libx11-dev libxcursor-dev libxi-dev libxinerama-dev libxrandr-dev libxxf86vm-dev pkg-config xinput" but I'm not sure why this would conflict.

vess-dev avatar Feb 14 '25 00:02 vess-dev