Skip to content

Exclude "iar" and "keil" as well - #1

Open
zmeiresearch wants to merge 1 commit into
JelleRoets:masterfrom
zmeiresearch:master
Open

Exclude "iar" and "keil" as well#1
zmeiresearch wants to merge 1 commit into
JelleRoets:masterfrom
zmeiresearch:master

Conversation

@zmeiresearch

Copy link
Copy Markdown

Recent versions of Atmel Start generate files in "iar" and "keil" folders, which are not picked up by the filter. Correspondingly, PlatformIO tries to compile IAR and KEIL specific files, resulting in errors like:

.pio/libdeps/target_same51j18a/AtmelStart_PlatformIO/packages/417a9a4222b691d3bc450ff524f161e2/stdio_redirect/iar/read.c:38:10: fatal error: yfuns.h: No such file or directory

and

.pio/libdeps/target_same51j18a/AtmelStart_PlatformIO/packages/417a9a4222b691d3bc450ff524f161e2/stdio_redirect/keil/Retarget.c:95:5: error: expected identifier or '(' before 'int'
 int ferror(FILE *f)

A simple adjustment of the ignore pattern matcher takes care of that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant