Keep in mind I just edited a project to port over to the core. I expect the code not to compile because I missed a semicolon or made a typo or something of the like. Just need to get an idea where the problem is.
Are we supposed to be using something else to varify code? Maybe I’ll try the web IDE again.
Here is a link to the code I’m working with github
I just started working on moving the code over, Its a bit unrulely at the moment. Nothing requires a fancy library though, its just a matter of me getting into a good sparkcore workflow to debug the device just prototyped.
Normally the webIDE and local builds give you something like this:
/displaytest.cpp: In function 'void loop()':
/displaytest.cpp:23:5: error: expected ';' before 'Serial1'
make: *** [/displaytest.o] Error 1
```
So that is a missing semicolon in sketch "displaytest.cpp" on Line 23 in column 5 (which is the line after the missing semicolon).
Your output leads to the quustion of how I replace progmem, but I guess we can takle one issue at a time. Maybe I’ll try differenet code and try to update again. I will note that I am using Ubuntu 13.10 and I had to do something abnormal when installing the spark cli a few week ago. Something about adding and untrusted ppa and a couple dependencies. To me anything besides apt-get install is abnormal, I distro hop a bit… programs that require a multi step install process tend to not get reinstalled unless I really want it. I had a multi boot usb burner that worked amazingly… but I stopped using it because it took a couple hours to reinstall the thing… I mean thats ironc because the point of the muliti-boot is to distro hop… anyhow I degress, really another tangent