Welcome! Log In Create A New Profile

Advanced

arduino error when uploading to I/O

Posted by Anonymous User 
Anonymous User
arduino error when uploading to I/O
May 06, 2009 07:45AM
error message below


In file included from hardware\libraries\ThermoplastExtruder_SNAP_v1/ThermoplastExtruder_SNAP_v1.h:37,
from ThermoplastExtruder_SNAP_v1.cpp:1:
c:/documents and settings/barbour/desktop/reprap test/arduino-0015/hardware/tools/avr/lib/gcc/../../avr/include/math.h:439: error: expected unqualified-id before 'double'
c:/documents and settings/barbour/desktop/reprap test/arduino-0015/hardware/tools/avr/lib/gcc/../../avr/include/math.h:439: error: expected `)' before 'double'
c:/documents and settings/barbour/desktop/reprap test/arduino-0015/hardware/tools/avr/lib/gcc/../../avr/include/math.h:439: error: expected `)' before 'double'
In file included from hardware\libraries\ThermoplastExtruder_SNAP_v1/ThermoplastExtruder_SNAP_v1.h:37,


c:/documents and settings/barbour/desktop/reprap test/arduino-0015/hardware/tools/avr/lib/gcc/../../avr/include/math.h:439: error: expected unqualified-id before 'double'


c:/documents and settings/barbour/desktop/reprap test/arduino-0015/hardware/tools/avr/lib/gcc/../../avr/include/math.h:439: error: expected `)' before 'double'


c:/documents and settings/barbour/desktop/reprap test/arduino-0015/hardware/tools/avr/lib/gcc/../../avr/include/math.h:439: error: expected `)' before 'double'


In file included from C:\Documents and Settings\Barbour\Desktop\reprap test\arduino-0015\hardware\cores\arduino/WProgram.h:4,



i cant track down the file to edit (insert the bracket) as the file path is incomplete, i think that would solve the problem.
can anyone help me solve this issue.
i have the whole reprap device built but cant get round the software/firmware its not my area of expertise.
any help and any other pointers would be hugely appreciated.

thanks
Craig
Re: arduino error when uploading to I/O
May 07, 2009 10:29AM
If you want to program the g-code firmware (which you probably should), you can just delete all the _SNAP directories and it will solve this error.

I know this isn't really the optimal solution, bit I think it may have something to do with having two extruders defined in the lib dir (the gcode version and the _snap version). Someone who knows more about the programming might be able to confirm/correct this statement.


----
[www.binaryconstruct.com]
VDX
Re: arduino error when uploading to I/O
July 15, 2009 03:14AM
... damn spammers hot smiley
The double dots mean 'go up one directory level'. In this case, they are not 'hiding' any part of the path just to make it shorter.
Re: arduino error when uploading to I/O
November 01, 2009 01:24AM
Hi there

I tried SNAP on the arduino.
I found it would not compile on anything greater than v11 of the arduino software.
I can see you are using v15. I am afraid no dice.

As for the Gcode option this compiles for me on v17 (latest as of post)
I have got the x,y,z moving back nicely now.

However the Thermistor part does not compile and must be rem'ed out.
due to not enough space.

//#define USE_THERMISTOR

regards

Stephen
Sorry, only registered users may post in this forum.

Click here to login