Z-Wave-Me / Z-Uno-Core

Core files for Z-Uno support in Arduino IDE 1.6.5
21 stars 12 forks source link

compiler error if "wrong" filename #86

Closed michapr closed 7 years ago

michapr commented 8 years ago

Rename the Project to "Z-UnoSimpleMultiSensor_1" and save it

you will get a compiler error:

sdcc: Generating code... at 1: warning 119: don't know what to do with file ''. file extension unsupported _Z-UnoSimpleMultiSensor_1_ucxx.c:203: syntax error: token -> '-' ; column 23 Error. SDCC returned: 1

ZUnoSimpleMultiSensor1.zip

Something wrong there...

PoltoS commented 8 years ago

As I remember, - is not allowed in file names

michapr commented 8 years ago

It seems it is allowed - every new open sketch (depending om version settings maybe) will have this format, can be saved and compiled. sketch-jul22b.ino

I can compile sketchs with this filenames for other arduino boards (other compiler)

PoltoS commented 7 years ago

Fixed