Hi I am using this platformio.ini configuration:
[env:xmc4700]
platform = infineonxmc
board = kit_xmc47_relax
framework = arduino
monitor_speed = 19200
In my last version of platfomIO I get this link error during the build process:
.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-init.o): in function `__libc_init_array’:
(.text.__libc_init_array+0x14): undefined
collect2: error: ld returned 1 exit status
*** [.pio/build/xmc4700/program.elf] Error 1
Must I define this C function?