We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
on arch linux. using neovim and clangd
when generating a project with pio project init --ide vim nodemcuv2 compiler_commands.json is generated
pio project init --ide vim nodemcuv2
compiler_commands.json
i get the following error while including adruino.h
Unknown argument: '-mtext-section-literals'
this happens with a default project
how can i solve this issue...?
#include "Arduino.h" void setup(){} void loop(){}
kind regards.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Configuration
on arch linux.
using neovim and clangd
when generating a project with
pio project init --ide vim nodemcuv2
compiler_commands.json
is generatedi get the following error while including adruino.h
Unknown argument: '-mtext-section-literals'
this happens with a default project
how can i solve this issue...?
kind regards.
The text was updated successfully, but these errors were encountered: