disk91 / itsdk-example-murata-lora

Example code for ItSdk with Murata & LoRaWan
GNU General Public License v3.0
9 stars 4 forks source link

No such file or directory config. #2

Open Artsrun89 opened 3 years ago

Artsrun89 commented 3 years ago

Description Resource Path Location Type fatal error: it_sdk/config_defines.h: No such file or directory config.h /board-lora/Core/Inc/it_sdk line 31 C/C++ Problem

disk91 commented 3 years ago

This can be related to not following the documentation and forget to import the it_stm32_sdk project (this is just a example project) This can also because when importing the project, the Inc directories has not been correctly imported. It happens sometime. In this case, go to the project setting and set the Inc path correctly.

pablo-1424 commented 1 year ago

Hello, I had the same issue. I've set the Inc path correctly (I think) and I have now this compilation error .

multiple definition of `hadc'; ./Core/Src/adc.o:(.bss.hadc+0x0): first defined here

Do you evenutally know what could be the source of this error ?

Thanks

Pablo