-
Notifications
You must be signed in to change notification settings - Fork 83
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] Compilation error: "error: conflicting declaration of C function" #836
Comments
Can you try with this platformio.ini:
|
No. Still the same. |
You're using a non-arduino application/example (based on freertos it seems) with an arduino framework. Please retry with an app/example from the arduino folder. For this kind of issues you should contact us on the z_support on our discord. |
That is odd. I am following the README verbatim. And I don't even know what freertos is :-( . I'll check with the discord. |
Sadly, it's highly probable there's missing / obsolete info in the doc, we're working on improving it. |
Describe the bug
I am trying to compile zenoh-pico to run on esp8266 (esp01 board). I am following along the readme file in the project to do this. I am using PlatformIO Core, version 6.1.16 on a m1 mac running macos 15.2. When I try
pio run
I get a bunch of conflicting declaration errors. It looks like an overloaded function but the compiler is "C" based. Or maybe am interpreting it wrong. How do I proceed?To reproduce
System info
The text was updated successfully, but these errors were encountered: