Closed brice-morin closed 9 years ago
Either the ThingML editors should report that kind of unfortunate naming as an error, or the compiler (C might not be the only one failing, to be verified) should handle that, because this could be a common mistake.
The configuration file corresponding to the configuration is now named configuration_name + "_cfg.c".
Basically because the .h and .c files of the configuration or replaced (and do not exist anymore) by the .h and .c files of the thing (or vice versa). So at the end, something is missing resulting in a looooong list of errors when trying to compile the resulting C code.