Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Issue while building Project in PlatformIO #406

Open
coco-fr opened this issue Apr 30, 2024 · 0 comments
Open

[Bug] Issue while building Project in PlatformIO #406

coco-fr opened this issue Apr 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@coco-fr
Copy link

coco-fr commented Apr 30, 2024

Describe the bug

I am trying to build one of the "projects/Examples" that is located in the Github Repo. The Libraries needed for this Project are the Zenoh-pico and WiFi library. Whenever i dont put the WiFi library in the Project i Have 2 errors being, that the Projekt doesnt find this Library, which is Normal.... But Whenever I add this Libray to the Project (I tried the WiFININA and WiFi lib) i get 620 or 640 errors. I tried different Methods to add the Libraries, but I always get the Same Error Messages. (Most of the Errors are in a file called type_traits, atomic, and then Macros.h esp32.h move.h and main.ino / main.cpp)
ErrorFile!.zip
Most of those errors are a problem due to the C linkage. I didnt find any similar issues

Idk if i messed up the Installation or if I forgot a dependency somewhere. I followed the PlatformIO and Zenoh-Pico Installation Guides.

To reproduce

Start VScode
Start Project in PlatformIO
Add libraries via lib_deps = https://github.com/eclipse-zenoh/zenoh-pico
Add the WiFi Library via source into the Lib Folder or git from the Internet
Try to build the Project

System info

Platform Ubuntu 22.04
Microcontroller : esp32 - vroom32 (Adafruit Portal Matrix M4)
Vscode

@coco-fr coco-fr added the bug Something isn't working label Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant