I’m trying to run the oscillator example code, and I keep getting this error:
/Users/[laptopname]/Library/Arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/../lib/gcc/arm-none-eabi/12.2.1/../../../../arm-none-eabi/bin/ld: /private/var/folders/n1/c8s4rxgx6hj4ky4htt4966nh0000gn/T/arduino/sketches/083DECBB6829D0EBE10EC1A5FFDC8A56/libraries/DaisyDuino/utility/objs.a(qspi.cpp.o): in function `QUADSPI_IRQHandler':
qspi.cpp:(.text.QUADSPI_IRQHandler+0x2): undefined reference to `HAL_QSPI_IRQHandler'
/Users/[laptopname]/Library/Arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/../lib/gcc/arm-none-eabi/12.2.1/../../../../arm-none-eabi/bin/ld: /private/var/folders/n1/c8s4rxgx6hj4ky4htt4966nh0000gn/T/arduino/sketches/083DECBB6829D0EBE10EC1A5FFDC8A56/libraries/DaisyDuino/utility/objs.a(sdram.c.o): in function `dsy_sdram_init':
sdram.c:(.text.dsy_sdram_init+0x6a): undefined reference to `HAL_SDRAM_Init'
/Users/[laptopname]/Library/Arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/../lib/gcc/arm-none-eabi/12.2.1/../../../../arm-none-eabi/bin/ld: sdram.c:(.text.dsy_sdram_init+0x8c): undefined reference to `HAL_SDRAM_SendCommand'
/Users/[laptopname]/Library/Arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/../lib/gcc/arm-none-eabi/12.2.1/../../../../arm-none-eabi/bin/ld: sdram.c:(.text.dsy_sdram_init+0xa8): undefined reference to `HAL_SDRAM_SendCommand'
/Users/[laptopname]/Library/Arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/../lib/gcc/arm-none-eabi/12.2.1/../../../../arm-none-eabi/bin/ld: sdram.c:(.text.dsy_sdram_init+0xbe): undefined reference to `HAL_SDRAM_SendCommand'
/Users/[laptopname]/Library/Arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/../lib/gcc/arm-none-eabi/12.2.1/../../../../arm-none-eabi/bin/ld: sdram.c:(.text.dsy_sdram_init+0xdc): undefined reference to `HAL_SDRAM_SendCommand'
/Users/[laptopname]/Library/Arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/../lib/gcc/arm-none-eabi/12.2.1/../../../../arm-none-eabi/bin/ld: sdram.c:(.text.dsy_sdram_init+0xe8): undefined reference to `HAL_SDRAM_ProgramRefreshRate'
collect2: error: ld returned 1 exit status
exit status 1
Compilation error: exit status 1
Some context: I’m on Mac and I’ve already tried uninstalling and reinstalling the DaisyDuino library. How do I fix this?