Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 8 months ago. This question has been closed. Reason: Off Topic
mbed-src hello world on Atollic
Hi,
I am trying to build Hello World blinky on Atollic IDE. I use STM32F401RC on my custom board, so I downloaded Nucleo401RE project with mbed-src for gcc. I imported to Atollic IDE and I get the error below:
src\main.o: In function `mbed::DigitalOut::DigitalOut(PinName)': C:\MbedWorkspace\blinky_2\mbed-src\api/DigitalOut.h:49: undefined reference to `gpio_init_out' collect2.exe: error: ld returned 1 exit status
Program builds fine if I comment-out digitalout related parts, i.e mbed wait_api works
BR, Necdet