nonoo / kappanhang

Remotely open audio channels and a serial port to an Icom RS-BA1 server (for ex. Icom IC-705 transceiver).
Other
152 stars 28 forks source link

Compilation error. -marm not supported #26

Open cliffbry opened 2 months ago

cliffbry commented 2 months ago

On a pi 4 running go1.23.0.linux-armv61.tar.gz kappanhang no longer compiles and generates the error

gcc: errpr: unrecognized command-line option '-marm'

Using google it appears that -marm isn't supported for the compiler gcc version 12.2.0 (Debian 12-2.0-14)

Any pointers to fix this wouldbe appreciated.