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
Is it an issue? May have I done something wrong? Tks Renato Aloi
P.S.: I am using CodeBlocks 13.12 @ Ubuntu 32 bits 14.04 LTS and I have performed extra step to CodeBlock newer than version 10.
SquirrelFunction<> call failed AN ERROR HAS OCCURED [the index 'SketchesDir' does not exist]
CALLSTACK *FUNCTION [CreateTarget()] /usr/share/codeblocks/templates/wizard/arduino/wizard.script line [282] *FUNCTION [SetupProject()] /usr/share/codeblocks/templates/wizard/arduino/wizard.script line [454]
LOCALS [pb_arlink] INSTANCE [pb_ar] INSTANCE [optimized] false [build_core2] INSTANCE [build_core1] INSTANCE [pb_lss] INSTANCE [pb_bin] INSTANCE [pb_eepbin] INSTANCE [pb_hex] INSTANCE [pb_eephex] INSTANCE [pb_avrsize] INSTANCE [lo_extmem] INSTANCE [lo_map] INSTANCE [target] INSTANCE [max_sram] INSTANCE [max_size] INSTANCE [cpu_freq] INSTANCE [baudrate] INSTANCE [protocol] INSTANCE [variant] INSTANCE [processor] INSTANCE [targetName] INSTANCE [project] INSTANCE [this] TABLE [project] INSTANCE [this] TABLE
The text was updated successfully, but these errors were encountered:
Sorry about duplicated issue. But I have solved another way, adding booth macros to wizard.script:
SketchesDir <- _T("$(HOME)/.codeblocks/sketches"); SketchDir <- _T("$(HOME)/.codeblocks/sketches");
Sorry, something went wrong.
I can confirm that this bug exists&can be fixed with suggestion from above comment.
No branches or pull requests
Is it an issue? May have I done something wrong?
Tks
Renato Aloi
P.S.: I am using CodeBlocks 13.12 @ Ubuntu 32 bits 14.04 LTS and I have performed extra step to CodeBlock newer than version 10.
SquirrelFunction<> call failed
AN ERROR HAS OCCURED [the index 'SketchesDir' does not exist]
CALLSTACK
*FUNCTION [CreateTarget()] /usr/share/codeblocks/templates/wizard/arduino/wizard.script line [282]
*FUNCTION [SetupProject()] /usr/share/codeblocks/templates/wizard/arduino/wizard.script line [454]
LOCALS
[pb_arlink] INSTANCE
[pb_ar] INSTANCE
[optimized] false
[build_core2] INSTANCE
[build_core1] INSTANCE
[pb_lss] INSTANCE
[pb_bin] INSTANCE
[pb_eepbin] INSTANCE
[pb_hex] INSTANCE
[pb_eephex] INSTANCE
[pb_avrsize] INSTANCE
[lo_extmem] INSTANCE
[lo_map] INSTANCE
[target] INSTANCE
[max_sram] INSTANCE
[max_size] INSTANCE
[cpu_freq] INSTANCE
[baudrate] INSTANCE
[protocol] INSTANCE
[variant] INSTANCE
[processor] INSTANCE
[targetName] INSTANCE
[project] INSTANCE
[this] TABLE
[project] INSTANCE
[this] TABLE
The text was updated successfully, but these errors were encountered: