Robot-Will / Stino

A Sublime Text Plugin for Arduino
Other
1.58k stars 249 forks source link

Bare GCC not working #302

Closed sjoerdtimmer closed 9 years ago

sjoerdtimmer commented 9 years ago

When the Bare Gcc (no arduino code munching) option is ticked the verify/compile button as well as the upload buttons don't do anything... Do you have any suggestions how I should obtain more debugging information? No output window is shown and nothing at all seems to happen...

I have arduino 1.6.5

tionebrr commented 9 years ago

Same problem here !

sjoerdtimmer commented 9 years ago

For future record. I solved the issue in my case (PureBasic please reopen if this doesn't fix your issue too).

The Bare GCC option only works if the file is called ".c" so if you ported from arduino to bare gcc you'll have to change the file extension...

tionebrr commented 9 years ago

Ah okay ! Thanks a lot, I'll try it tomorow.