You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Platform component LittleFS.cpp is compiled with only build_flags flags.
Additional info
The project source build flags include -Wall -Wextra -Werror which causes the build to fail because the platform components have errors in them.
This works correctly with version 5.2.5.
The text was updated successfully, but these errors were encountered:
nomis
changed the title
Platform components are build with the project source build flags
Platform components are built with the project source build flags
May 18, 2022
Configuration
Operating system:
PlatformIO Version (
platformio --version
): 6.0.1Description of problem
PlatformIO is building platform components with the project source build flags.
Steps to Reproduce
There are defines included in every
build_flags
andsrc_build_flags
used by this environment to illustrate the problem.Actual Results
Platform component LittleFS.cpp is compiled with
build_flags
andsrc_build_flags
flags.Expected Results
Platform component LittleFS.cpp is compiled with only
build_flags
flags.Additional info
The project source build flags include
-Wall -Wextra -Werror
which causes the build to fail because the platform components have errors in them.This works correctly with version 5.2.5.
The text was updated successfully, but these errors were encountered: