cancel
Showing results for 
Search instead for 
Did you mean: 

Wise Studio building firmware for BlueNRG-2

LPetr.1
Senior

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

0693W00000WLPSUQA5.png 

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:

0693W00000WLPU6QAP.png 

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.

2 REPLIES 2
MHara.2
Associate II

Do you have the GNU Arm Embedded Toolchain installed and set the path?

I installed below.

Downloads | GNU Arm Embedded Toolchain Downloads – Arm Developer

LPetr.1
Senior

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