VCVRack / rack-plugin-toolchain

53 stars 12 forks source link

objcopy fails with Docker-based toolchain on arm64 platform #31

Closed cschol closed 12 months ago

cschol commented 1 year ago

objcopy fails when using the Docker-based toolchain on macOS arm64 for plugins with BINARIES (e.g. Valley):

objcopy: architecture i386:x86-64 unknown

Root cause: objcopy in the Ubuntu arm64 base image does not support creation of binaries for Windows x64 and GNU/Linux x64 platforms.

cschol commented 12 months ago

Fixed.