cancel
Showing results for 
Search instead for 
Did you mean: 

The problem with BlueNRG-LP and WISE Studio

JHP73
Associate

I am started to make with BlueNRG-LP based ble-project using WISE Studio IDE.

I choosed BLE SensorDemo example for our project.

But,

When compiling the example source, WISE Studio generates makefile only with the FIXED paths such as E:/Drivers/folder and E:/Middlewares/folder and try to build my example source.

So, I tried to find how to change the Fiexed path to my custom paths on my computer.

But I coudn't find it.

How can I change the path setting on WISE Studio IDE?

plz thanks in advance.

3 REPLIES 3
CM32
Associate II

I hope that since then you've found the answer.

For anyone else looking:

Right click on the project -> Properties -> C/C++ Build -> Settings -> GCC C Compiler -> Includes

JHP73
Associate

You're right.

Then I know what you said already and I tried it.

But it didn't work so I posted the issue before.

Still, it was left the problem to us.

CM32
Associate II

Another thing that I was missing, but I believe was not the problem you are having (but again, posting just in case someone needed this info) was to add or modify the location of my resources:

Again in project -> Properties -> Resource -> Linked Resources -> Linked resources (this is a tab on the right hand window)

There you may add either by absolute or relative paths the location of the *.c files that are to be compiled and linked to your project.