2022-12-20 01:09 AM
I would like to experiment with BlueNRG FW. I have downloaded BlueNRG SDK from:
https://www.st.com/en/embedded-software/stsw-bluenrg1-dk.html
And also I have recently downloaded Wise Studio that I would like to use for building BlueNRG code.
In the Wise Studio, I have open one of the BlueNRG example projects:
C:\Users\petrikas.lu\ST\BlueNRG-1_2 DK 3.2.3\Project\BLE_Examples\DTM\WiSE-Studio\BlueNRG-2
I havent changed any of the Wise Studio settings since the installation, so everything is "default". When I try to build the project that I have imported, it says that there is nothing to build.
After some research, I have found someone talking about this issue on stackoverflow:
https://stackoverflow.com/questions/18699782/eclipse-c-nothing-to-build-error
I have found out that I need to download MinGW and MSYS and thats what I did, downloaded from:
https://sourceforge.net/projects/mingw/
I have added both:
C:\MinGW\bin
and
C:\msys\1.0\bin
to PATH and confirmed via CMD:
After this is done, I restart Wise Studio and try to build the project again but exact same issue - nothing to build. I would really appreciate if I could get some ideas on how to solve this issue! Thanks in advance.
2022-12-20 01:28 AM
Do you have the GNU Arm Embedded Toolchain installed and set the path?
I installed below.
Downloads | GNU Arm Embedded Toolchain Downloads – Arm Developer
2022-12-20 10:54 PM
Hi. I have deleted BlueNRG SDK and downloaded it over again. Now works without issues. I think the issue might have been that I had open that example project via many different IDE and it messed up the project settings. Now I can build using WiSe studio