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.
10 years, 4 months ago.
GCC compiled library for Nucleo F401
Can a GCC precompiled mbed library for Nucleo F401 be made available along with the ARM ones please ?
Current folder where I'm looking:
http://developer.mbed.org/users/mbed_official/code/mbed/file/552587b429a1/TARGET_NUCLEO_F401RE
I see that the source to support this is perhaps already available so maybe this is already in the works ? :
Thanks, Paul
1 Answer
10 years, 4 months ago.
Looks like this just needs to be tested and then added to build_release.py Have you considered contributing to the mbed SDK? Have a look here. https://github.com/mbedmicro/mbed#mbed-sdk
GCC ARM is there, does not need to added, does it? A user can build mbed library ,as each release is tagged in the git.
If we add it here (gcc lib), it cant be used in the online IDE.
posted by 08 Oct 2014I dont think you can export mbed.bld to gcc or any IDE using gcc unless that is included. Many other targets have a gcc lib. See http://developer.mbed.org/users/mbed_official/code/mbed/file/552587b429a1/TARGET_KL25Z/TOOLCHAIN_GCC_ARM for an example. I think in general having a single point for releases is good. Maybe that is github but that also exists here http://developer.mbed.org/users/mbed_official/code/mbed/
posted by 08 Oct 2014