Semihosting NUCLEO-F441RE (solved)
Hello.
I’m just starting out and i am currently trying to get semihosting to work.
I run into the problem below (copied straight from IDE so pardon the weird formatting/strikethrough):
/opt/st/stm32cubeide_1.16.0/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.12.3.rel1.linux64_1.0.200.202406132123/tools/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld: ./Src/main.o: in function `main’:
/.....Debug/../Src/main.c:30: undefined reference to `initialize_monitor_handles’
I have found annother thread related to this issue here and i’ve followed the steps there, but with no success.
As seen above the -specs=nosys.specs and -specs=rdimon.specs -lc -lrdimon are present.
Any ideas?
Edit:
I simply cannot spell
initialise_monitor_handles is the propper spelling