| Arduino C++ error while using Sparkfun Pro Micro - 5V/16MHz [message #1721502] |
Wed, 27 January 2016 15:48  |
Eclipse User |
|
|
|
Hi guys,
I've just tested Arduino C++ plugin with Pro Micro - 5V/16MHz from Sparkfun,
I used the json from the attachement as a configuration, it comes from Sparkfun.
I created a new connection to my device (seen as /dev/ttyACM0), now each time I try to build I get an excption:
Errors occurred during the build.
Errors running builder 'Arduino Builder' on project 'test_project'.
Processing template board.mk
The following has evaluated to null or missing:
==> recipe_c_combine_pattern [in template "board.mk" at line 81, column 11]
----
Tip: If the failing expression is known to be legally refer to something that's null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: ${recipe_c_combine_pattern} [in template "board.mk" at line 81, column 9]
----
Processing template board.mk
The following has evaluated to null or missing:
==> recipe_c_combine_pattern [in template "board.mk" at line 81, column 11]
----
Tip: If the failing expression is known to be legally refer to something that's null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: ${recipe_c_combine_pattern} [in template "board.mk" at line 81, column 9]
----
I am using Ubuntu.
Did you experience something like that?
|
|
|
|
Powered by
FUDForum. Page generated in 0.04307 seconds