Search found 5 matches

by efi1234
Thu May 23, 2019 12:14 pm
Forum: ESP-IDF
Topic: Libraries include
Replies: 11
Views: 16615

Re: Libraries include

Hi, I tried what you wrote me and added the line: EXTRA_COMPONENT_DIRS := /d/Projects/common to Makefile, This is what i get: $ make WARNING: esp-idf git submodule components/json/cJSON may be out of date. Run 'git submodule update' in IDF_PATH dir to update. Toolchain path: /opt/xtensa-esp32-elf/bi...
by efi1234
Tue May 21, 2019 6:46 am
Forum: ESP-IDF
Topic: Libraries include
Replies: 11
Views: 16615

Re: Libraries include

Hi, Thanks again, Where can I see the error logs? or do you mean the compilation error? I posted the project tree - which file should be changed (project dir has Makefile & CmakeLists.txt, main dir has component.mk & CmakeLists.txt, component dir has component.mk & CmakeLists.txt)? What is the exact...
by efi1234
Mon May 20, 2019 5:51 am
Forum: ESP-IDF
Topic: Libraries include
Replies: 11
Views: 16615

Re: Libraries include

Still,

I need to figure it out soon - my company needs to deliver the software asap and this problem influence the schedule.
Please help if you can,

Thank you
by efi1234
Sun May 19, 2019 10:47 am
Forum: ESP-IDF
Topic: Libraries include
Replies: 11
Views: 16615

Re: Libraries include

Hi, Thank you for your reply, My project tree: i2c_esp32 dir---> ------------------CmakeLists.txt ------------------sdkconfig ------------------Makefile ------------------main dir ---> -------------------------CmakeLists.txt -------------------------component.mk -------------------------i2c_example_...
by efi1234
Fri May 17, 2019 3:01 pm
Forum: ESP-IDF
Topic: Libraries include
Replies: 11
Views: 16615

Libraries include

Hello, I'm using MSYS2 to compile and flash the ESP32. My ESP-IDF library is defined as C:\msys32\home\user\esp\esp-idf I need to include a header file which is located in a common library (for another project to use). The header file is located in another drive D:\project\common I tried to use EXTR...