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
In script wizard.script line 63 is a wrong declaration:
actual: SketchDir <- _T("$(HOME)/.codeblocks/sketches");
right line: SketchesDir <- _T("$(HOME)/.codeblocks/sketches");
The text was updated successfully, but these errors were encountered:
Codeblocks is giving me these errors after doing jurekxp and riban-bw's fix:
||=== Build: Simulator - Debug in fg (compiler: GNU GCC Compiler) ===|
/media/pogo-engineering/code/ArduinoSketches/fg/cores/HardwareSerial.cpp|3|fatal error: HardwareSerial.cpp: No such file or directory|
/media/pogo-engineering/code/ArduinoSketches/fg/cores/CDC.cpp|3|fatal error: CDC.cpp: No such file or directory|
||=== Build failed: 2 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|
In script wizard.script line 63 is a wrong declaration:
actual: SketchDir <- _T("$(HOME)/.codeblocks/sketches");
right line: SketchesDir <- _T("$(HOME)/.codeblocks/sketches");
The text was updated successfully, but these errors were encountered: