The Statemachine-mapping.str needs to be changed so it will correspond to the new syntax.

The syntax of BaseC changed from BasicType("int8") to Type([], BasicType("int8")).
For pointers it was Pointer(BasicType("int8")) now it is Type([], Pointer(Type([], BasicType("int8"))).

Inside the [] will be the type modifiers Volatile, Const and Static, but you can just leave an empty list.

(sorry for the inconvenience!)

Submitted by Daco Harkes on 6 June 2013 at 14:11

On 6 June 2013 at 14:18 Daco Harkes tagged @mvoda

On 13 June 2013 at 10:31 Mircea Voda commented:

Done.


On 13 June 2013 at 10:31 Mircea Voda closed this issue.

Log in to post comments