Export Compiled Binary is Disabled

Im trying to Compile the binary on “Ardunio 1.8.13 IDE” for the Heltec CubeCell Module and keep coming across this error, has anyone been able to fix this or work around it.

/snap/arduino/41/arduino-builder -dump-prefs -logger=machine -hardware /snap/arduino/41/hardware -hardware /home/jack/snap/arduino/41/.arduino15/packages -tools /snap/arduino/41/tools-builder -tools /snap/arduino/41/hardware/tools/avr -tools /home/jack/snap/arduino/41/.arduino15/packages -built-in-libraries /snap/arduino/41/libraries -libraries /home/jack/snap/arduino/current/Arduino/libraries -fqbn=CubeCell:CubeCell:CubeCell-Module:LORAWAN_REGION=923AS,LORAWAN_CLASS=0,LORAWAN_NETMODE=0,LORAWAN_ADR=0,LORAWAN_UPLINKMODE=0,LORAWAN_Net_Reserve=0,LORAWAN_AT_SUPPORT=0,LORAWAN_RGB=0,LORAWAN_DebugLevel=0 -vid-pid=10C4_EA60 -ide-version=10813 -build-path /tmp/arduino_build_563208 -warnings=none -build-cache /tmp/arduino_cache_160147 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.CubeCellelftool.path=/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/tools/CubeCellelftool/0.0.1 -prefs=runtime.tools.CubeCellelftool-0.0.1.path=/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/tools/CubeCellelftool/0.0.1 -prefs=runtime.tools.gcc-arm-none-eabi.path=/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/tools/gcc-arm-none-eabi/8-2019-q3 -prefs=runtime.tools.gcc-arm-none-eabi-8-2019-q3.path=/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/tools/gcc-arm-none-eabi/8-2019-q3 -prefs=runtime.tools.CubeCellflash.path=/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/tools/CubeCellflash/0.0.1 -prefs=runtime.tools.CubeCellflash-0.0.1.path=/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/tools/CubeCellflash/0.0.1 -verbose /home/jack/Desktop/CGA_L5R/CGA_L5R.ino
/snap/arduino/41/arduino-builder -compile -logger=machine -hardware /snap/arduino/41/hardware -hardware /home/jack/snap/arduino/41/.arduino15/packages -tools /snap/arduino/41/tools-builder -tools /snap/arduino/41/hardware/tools/avr -tools /home/jack/snap/arduino/41/.arduino15/packages -built-in-libraries /snap/arduino/41/libraries -libraries /home/jack/snap/arduino/current/Arduino/libraries -fqbn=CubeCell:CubeCell:CubeCell-Module:LORAWAN_REGION=923AS,LORAWAN_CLASS=0,LORAWAN_NETMODE=0,LORAWAN_ADR=0,LORAWAN_UPLINKMODE=0,LORAWAN_Net_Reserve=0,LORAWAN_AT_SUPPORT=0,LORAWAN_RGB=0,LORAWAN_DebugLevel=0 -vid-pid=10C4_EA60 -ide-version=10813 -build-path /tmp/arduino_build_563208 -warnings=none -build-cache /tmp/arduino_cache_160147 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.CubeCellelftool.path=/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/tools/CubeCellelftool/0.0.1 -prefs=runtime.tools.CubeCellelftool-0.0.1.path=/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/tools/CubeCellelftool/0.0.1 -prefs=runtime.tools.gcc-arm-none-eabi.path=/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/tools/gcc-arm-none-eabi/8-2019-q3 -prefs=runtime.tools.gcc-arm-none-eabi-8-2019-q3.path=/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/tools/gcc-arm-none-eabi/8-2019-q3 -prefs=runtime.tools.CubeCellflash.path=/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/tools/CubeCellflash/0.0.1 -prefs=runtime.tools.CubeCellflash-0.0.1.path=/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/tools/CubeCellflash/0.0.1 -verbose /home/jack/Desktop/CGA_L5R/CGA_L5R.ino
Using board 'CubeCell-Module' from platform in folder: /home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0
Using core 'asr650x' from platform in folder: /home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0
Detecting libraries used...
/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/tools/gcc-arm-none-eabi/8-2019-q3/bin/arm-none-eabi-g++ -DREGION_AS923 -DCubeCell_Module -DARDUINO=10813 -DACTIVE_REGION=LORAMAC_REGION_AS923 -DLORAWAN_CLASS=CLASS_A -DLORAWAN_NETMODE=true -DLORAWAN_ADR=true -DLORAWAN_UPLINKMODE=true -DLORAWAN_NET_RESERVE=false -DAT_SUPPORT=1 -DLoraWan_RGB=0 -DLoRaWAN_DEBUG_LEVEL=0 -DCY_CORE_ID=0 -DCONFIG_LORA_USE_TCXO "-DCONFIG_MANUFACTURER=\"ASR\"" "-DCONFIG_DEVICE_MODEL=\"6501\"" "-DCONFIG_VERSION=\"v4.0\"" -D__ASR6501__ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/board/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/board/src/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/board/inc/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/device/asr6501_lrwan/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/device/sx126x/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/loramac/mac/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/loramac/mac/region/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/loramac/system/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/loramac/system/crypto/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/port/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/port/include/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/projects/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/projects/PSoC4/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/cores/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/Serial/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/Wire/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/SPI/ -mcpu=cortex-m0plus -mthumb -g -gdwarf-2 -w -Os -mapcs-frame -mthumb-interwork -Wall -ffunction-sections -ffat-lto-objects -Os -fno-common -fno-builtin-printf -fno-builtin-fflush -fno-builtin-sprintf -fno-builtin-snprintf -Wno-strict-aliasing -c -fno-exceptions -fexceptions -fno-rtti -w -x c++ -E -CC -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/variants/CubeCell-Module /tmp/arduino_build_563208/sketch/CGA_L5R.ino.cpp -o /dev/null -DARDUINO_LIB_DISCOVERY_PHASE
Alternatives for LoRaWan_APP.h: [LoRa@1.0]
ResolveLibrary(LoRaWan_APP.h)
  -> candidates: [LoRa@1.0]
/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/tools/gcc-arm-none-eabi/8-2019-q3/bin/arm-none-eabi-g++ -DREGION_AS923 -DCubeCell_Module -DARDUINO=10813 -DACTIVE_REGION=LORAMAC_REGION_AS923 -DLORAWAN_CLASS=CLASS_A -DLORAWAN_NETMODE=true -DLORAWAN_ADR=true -DLORAWAN_UPLINKMODE=true -DLORAWAN_NET_RESERVE=false -DAT_SUPPORT=1 -DLoraWan_RGB=0 -DLoRaWAN_DEBUG_LEVEL=0 -DCY_CORE_ID=0 -DCONFIG_LORA_USE_TCXO "-DCONFIG_MANUFACTURER=\"ASR\"" "-DCONFIG_DEVICE_MODEL=\"6501\"" "-DCONFIG_VERSION=\"v4.0\"" -D__ASR6501__ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/board/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/board/src/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/board/inc/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/device/asr6501_lrwan/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/device/sx126x/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/loramac/mac/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/loramac/mac/region/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/loramac/system/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/loramac/system/crypto/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/port/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/port/include/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/projects/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/projects/PSoC4/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/cores/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/Serial/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/Wire/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/SPI/ -mcpu=cortex-m0plus -mthumb -g -gdwarf-2 -w -Os -mapcs-frame -mthumb-interwork -Wall -ffunction-sections -ffat-lto-objects -Os -fno-common -fno-builtin-printf -fno-builtin-fflush -fno-builtin-sprintf -fno-builtin-snprintf -Wno-strict-aliasing -c -fno-exceptions -fexceptions -fno-rtti -w -x c++ -E -CC -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/variants/CubeCell-Module -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/libraries/LoRa/src /tmp/arduino_build_563208/sketch/CGA_L5R.ino.cpp -o /dev/null -DARDUINO_LIB_DISCOVERY_PHASE
Using cached library dependencies for file: /home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/libraries/LoRa/src/LoRaWan_APP.cpp
Using cached library dependencies for file: /home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/libraries/LoRa/src/LoRa_APP.cpp
WARNING: library LoRa claims to run on ASR650x-Arduino architecture(s) and may be incompatible with your current board which runs on CubeCell architecture(s).
Generating function prototypes...
/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/tools/gcc-arm-none-eabi/8-2019-q3/bin/arm-none-eabi-g++ -DREGION_AS923 -DCubeCell_Module -DARDUINO=10813 -DACTIVE_REGION=LORAMAC_REGION_AS923 -DLORAWAN_CLASS=CLASS_A -DLORAWAN_NETMODE=true -DLORAWAN_ADR=true -DLORAWAN_UPLINKMODE=true -DLORAWAN_NET_RESERVE=false -DAT_SUPPORT=1 -DLoraWan_RGB=0 -DLoRaWAN_DEBUG_LEVEL=0 -DCY_CORE_ID=0 -DCONFIG_LORA_USE_TCXO "-DCONFIG_MANUFACTURER=\"ASR\"" "-DCONFIG_DEVICE_MODEL=\"6501\"" "-DCONFIG_VERSION=\"v4.0\"" -D__ASR6501__ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/board/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/board/src/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/board/inc/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/device/asr6501_lrwan/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/device/sx126x/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/loramac/mac/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/loramac/mac/region/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/loramac/system/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/loramac/system/crypto/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/port/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/port/include/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/projects/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/projects/PSoC4/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/cores/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/Serial/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/Wire/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/SPI/ -mcpu=cortex-m0plus -mthumb -g -gdwarf-2 -w -Os -mapcs-frame -mthumb-interwork -Wall -ffunction-sections -ffat-lto-objects -Os -fno-common -fno-builtin-printf -fno-builtin-fflush -fno-builtin-sprintf -fno-builtin-snprintf -Wno-strict-aliasing -c -fno-exceptions -fexceptions -fno-rtti -w -x c++ -E -CC -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/variants/CubeCell-Module -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/libraries/LoRa/src /tmp/arduino_build_563208/sketch/CGA_L5R.ino.cpp -o /tmp/arduino_build_563208/preproc/ctags_target_for_gcc_minus_e.cpp -DARDUINO_LIB_DISCOVERY_PHASE
/snap/arduino/41/tools-builder/ctags/5.8-arduino11/ctags -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives /tmp/arduino_build_563208/preproc/ctags_target_for_gcc_minus_e.cpp
Compiling sketch...
/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/tools/gcc-arm-none-eabi/8-2019-q3/bin/arm-none-eabi-g++ -DREGION_AS923 -DCubeCell_Module -DARDUINO=10813 -DACTIVE_REGION=LORAMAC_REGION_AS923 -DLORAWAN_CLASS=CLASS_A -DLORAWAN_NETMODE=true -DLORAWAN_ADR=true -DLORAWAN_UPLINKMODE=true -DLORAWAN_NET_RESERVE=false -DAT_SUPPORT=1 -DLoraWan_RGB=0 -DLoRaWAN_DEBUG_LEVEL=0 -DCY_CORE_ID=0 -DCONFIG_LORA_USE_TCXO "-DCONFIG_MANUFACTURER=\"ASR\"" "-DCONFIG_DEVICE_MODEL=\"6501\"" "-DCONFIG_VERSION=\"v4.0\"" -D__ASR6501__ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/board/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/board/src/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/board/inc/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/device/asr6501_lrwan/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/device/sx126x/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/loramac/mac/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/loramac/mac/region/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/loramac/system/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/loramac/system/crypto/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/port/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/port/include/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/projects/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/projects/PSoC4/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/cores/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/Serial/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/Wire/ -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/SPI/ -mcpu=cortex-m0plus -mthumb -g -gdwarf-2 -MMD -w -Os -mapcs-frame -mthumb-interwork -Wall -ffunction-sections -ffat-lto-objects -Os -fno-common -fno-builtin-printf -fno-builtin-fflush -fno-builtin-sprintf -fno-builtin-snprintf -Wno-strict-aliasing -c -fno-exceptions -fexceptions -fno-rtti -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/variants/CubeCell-Module -I/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/libraries/LoRa/src /tmp/arduino_build_563208/sketch/CGA_L5R.ino.cpp -o /tmp/arduino_build_563208/sketch/CGA_L5R.ino.cpp.o
Compiling libraries...
Compiling library "LoRa"
Using previously compiled file: /tmp/arduino_build_563208/libraries/LoRa/LoRaWan_APP.cpp.o
Using previously compiled file: /tmp/arduino_build_563208/libraries/LoRa/LoRa_APP.cpp.o
Compiling core...
Using precompiled core: /tmp/arduino_cache_160147/core/core_ec49205686e2eea10c8504a38a4597fe.a
Linking everything together...
/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/tools/gcc-arm-none-eabi/8-2019-q3/bin/arm-none-eabi-gcc -Wl,--start-group -L/tmp/arduino_build_563208 -mcpu=cortex-m0plus -mthumb -mthumb-interwork -L/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/projects/PSoC4 -T/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/projects/PSoC4/cm0plusgcc.ld -lstdc++ -lm /home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/cores/asr650x/projects/CubeCellLib.a -Wl,-Map,/tmp/arduino_build_563208/CGA_L5R.ino.map -specs=nano.specs -Wl,--gc-sections -Wl,--wrap=printf -Wl,--wrap=fflush -Wl,--wrap=sprintf -Wl,--wrap=snprintf -g -ffunction-sections -Os -ffat-lto-objects -o /tmp/arduino_build_563208/CGA_L5R.ino.elf /tmp/arduino_build_563208/sketch/CGA_L5R.ino.cpp.o /tmp/arduino_build_563208/libraries/LoRa/LoRaWan_APP.cpp.o /tmp/arduino_build_563208/libraries/LoRa/LoRa_APP.cpp.o -lm /tmp/arduino_build_563208/../arduino_cache_160147/core/core_ec49205686e2eea10c8504a38a4597fe.a -Wl,--end-group
/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/tools/CubeCellelftool/0.0.1/CubeCellelftool /home/jack/snap/arduino/41/.arduino15/packages/CubeCell/tools/gcc-arm-none-eabi/8-2019-q3/bin/arm-none-eabi-objcopy /tmp/arduino_build_563208/CGA_L5R.ino.elf /tmp/arduino_build_563208/CGA_L5R.ino.hex /tmp/arduino_build_563208/CubeCell_Module_REGION_AS923_RGB_0.cyacd
Using library LoRa at version 1.0 in folder: /home/jack/snap/arduino/41/.arduino15/packages/CubeCell/hardware/CubeCell/1.0.0/libraries/LoRa 
/home/jack/snap/arduino/41/.arduino15/packages/CubeCell/tools/gcc-arm-none-eabi/8-2019-q3/bin/arm-none-eabi-size -A /tmp/arduino_build_563208/CGA_L5R.ino.elf
Sketch uses 78988 bytes (60%) of program storage space. Maximum is 131072 bytes.
Warning: This core does not support exporting sketches. Please consider upgrading it or contacting its author

Turn on debug for compiling and you can find where the compiled file is temporarly saved.
Just copy the binary from there

I have found the solution-

in the platform.txt file in $HOME/snap/ardunio/41/.ardunio15/packages/CubeCell/hardware/CubeCell/1.0.0

add from line 55-

## Create hex

recipe.objcopy.hex.pattern="{compiler.path}{compiler.elf2hex.cmd}" {compiler.elf2hex.flags} "{build.path}/{build.project_name}.elf" "{build.path}/{build.project_name}.hex"

## Save hex

recipe.output.tmp_file={build.project_name}.hex

recipe.output.save_file={build.project_name}.{build.variant}.hex