With SimulIDE 0.5.15 rev 12 I get this error when trying to compile the "Piano_button.ino":
Piano_button:2:10: fatal error: pitches.h: No such file or directory
Attached compilation output log.
I checked that both .ino and .h files are copied from:
/home/devel/Test/Piano_button/
to build path:
/home/devel/.local/share/simulide/codeeditor/buildIno/Piano_button/
But, the AVR compiler doesn't find the header file in the build path.
May be and explicit include path in the AVR compiler command line will solve it?
-I /home/devel/.local/share/simulide/codeeditor/buildIno/Piano_button/
Best regards.
Piano_button:2:10: fatal error: pitches.h: No such file or directory
Attached compilation output log.
I checked that both .ino and .h files are copied from:
/home/devel/Test/Piano_button/
to build path:
/home/devel/.local/share/simulide/codeeditor/buildIno/Piano_button/
But, the AVR compiler doesn't find the header file in the build path.
May be and explicit include path in the AVR compiler command line will solve it?
-I /home/devel/.local/share/simulide/codeeditor/buildIno/Piano_button/
Best regards.
- Attachments
- compile_log.txt
- Compilation log
- You don't have permission to download attachments.
- (4 Kb) Downloaded 2 times
Last edited by arcachofo on Fri Dec 24, 2021 3:20 am; edited 1 time in total (Reason for editing : Marked as solved (green color))