Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Arduino C++ error while using Sparkfun Pro Micro - 5V/16MHz
Arduino C++ error while using Sparkfun Pro Micro - 5V/16MHz [message #1721502] Wed, 27 January 2016 15:48 Go to next message
Eclipse UserFriend
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?
Re: Arduino C++ error while using Sparkfun Pro Micro - 5V/16MHz [message #1721509 is a reply to message #1721502] Wed, 27 January 2016 16:22 Go to previous message
Eclipse UserFriend
Just quickly looking at it, it looks like the recipe.c.combine.pattern is missing from the platform.txt file. But I could be just parsing it wrong.

Please raise a bug against CDT in the cdt-arduino component.
Previous Topic:[SOLVED] How to edit multiple files
Next Topic:integration with older gdb version / linux
Goto Forum:
  


Current Time: Sun Nov 09 20:54:27 EST 2025

Powered by FUDForum. Page generated in 0.04307 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top