Skip to main content
JHP73
Associate
December 22, 2021
Question

The problem with BlueNRG-LP and WISE Studio

  • December 22, 2021
  • 3 replies
  • 1344 views

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.

    This topic has been closed for replies.

    3 replies

    CM32
    Associate
    January 28, 2022

    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
    JHP73Author
    Associate
    January 30, 2022

    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
    February 2, 2022

    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.