liquidware / antipasto_arduino

A Liquidware Arduino Distribution
antipastohw.blogspot.com
Other
29 stars 11 forks source link

Connot compile examples #12

Closed nchauvin closed 14 years ago

nchauvin commented 14 years ago

I'm using Antipasto Arduino v0.8.40, but after having using Arduino 0018. I'm trying to compile the TButton ButtonDialog example. It seems that "__TOUCHSTEALTH" is not defined, when building the TouchShield Stealth libraries. Then the compiling is failing when building the libraries:

Handling the compile 5 Saving sketches... Sketches saved. Checking active gadget... Not a gadget, compiling... compile(), new thread run about to sketch.handleRun() [echo] Building TouchShield Stealth libraries... [apply] In file included from ../../../src/components/board/SubPGraphics.h:58, [apply] from D:\Program Files\Arduino\hardware\cores\touchshield\src\components\library\BarGraph\BarGraph.cpp:28: [apply] ../../../src/components/board/graphics.h:93:3: error: #error invalid screen type

BUILD FAILED D:\Program Files\Arduino\hardware\cores\touchshield\build.xml:80: The following error occurred while executing this line: D:\Program Files\Arduino\hardware\cores\touchshield\src\components\library\build.xml:111: The following error occurred while executing this line: D:\Program Files\Arduino\hardware\cores\touchshield\config\build.ccmacros.xml:92: apply returned: 1

Total time: 0 seconds

What should I do ? Regards,

Nicolas

liquidware commented 14 years ago

the Ant build scripts are builidng the libraries and sketch. Could you copy and paste the verbose build output?

Turn on build.verbose file-> preferences check on build.verbose

nchauvin commented 14 years ago

Hi,

I turned on the verbose build mode. Here is the output:

Handling the compile 2 Saving sketches... Sketches saved. Checking active gadget... Not a gadget, compiling... compile(), new thread run about to sketch.handleRun() Detected Java version: 1.6 in: C:\Program Files (x86)\Arduino\java Detected OS: Windows 7 parsing buildfile C:\Program Files (x86)\Arduino\hardware\cores\touchshield\build.xml with URI = file:/C:/Program%20Files%20(x86)/Arduino/hardware/cores/touchshield/build.xml Project base dir set to: C:\Program Files (x86)\Arduino\hardware\cores\touchshield [antlib:org.apache.tools.ant] Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found. parsing buildfile jar:file:/C:/Program%20Files%20(x86)/Arduino/lib/ant-contrib-1.0b3.jar!/net/sf/antcontrib/antlib.xml with URI = jar:file:/C:/Program%20Files%20(x86)/Arduino/lib/ant-contrib-1.0b3.jar!/net/sf/antcontrib/antlib.xml parsing buildfile jar:file:/C:/Program%20Files%20(x86)/Arduino/hardware/cores/ixm/tools/apache-ant/library/ant-contrib/ant-contrib-1.0b3.jar!/net/sf/antcontrib/antlib.xml with URI = jar:file:/C:/Program%20Files%20(x86)/Arduino/hardware/cores/ixm/tools/apache-ant/library/ant-contrib/ant-contrib-1.0b3.jar!/net/sf/antcontrib/antlib.xml Importing file C:\Program Files (x86)\Arduino\hardware\cores\touchshield\config\build.properties.xml from C:\Program Files (x86)\Arduino\hardware\cores\touchshield\build.xml parsing buildfile C:\Program Files (x86)\Arduino\hardware\cores\touchshield\config\build.properties.xml with URI = file:/C:/Program%20Files%20(x86)/Arduino/hardware/cores/touchshield/config/build.properties.xml Override ignored for property "sketch.name" Override ignored for property "sketch.maxsize" Override ignored for property "build.dest" Override ignored for property "board.name" Override ignored for property "board.cpu" Property "base.dir" has not been set Property "common.cppflags" has not been set Property "native.gcc.defines" has not been set Property "common.cppflags" has not been set Property "native.gcc.defines" has not been set Property "common.ldflags" has not been set Property "native.gcc.debug" has not been set Property "lib.path" has not been set Property "lib.path" has not been set Importing file C:\Program Files (x86)\Arduino\hardware\cores\touchshield\config\build.ccmacros.xml from C:\Program Files (x86)\Arduino\hardware\cores\touchshield\build.xml parsing buildfile C:\Program Files (x86)\Arduino\hardware\cores\touchshield\config\build.ccmacros.xml with URI = file:/C:/Program%20Files%20(x86)/Arduino/hardware/cores/touchshield/config/build.ccmacros.xml parsing buildfile jar:file:/C:/Program%20Files%20(x86)/Arduino/lib/ant-contrib-1.0b3.jar!/net/sf/antcontrib/antlib.xml with URI = jar:file:/C:/Program%20Files%20(x86)/Arduino/lib/ant-contrib-1.0b3.jar!/net/sf/antcontrib/antlib.xml parsing buildfile jar:file:/C:/Program%20Files%20(x86)/Arduino/hardware/cores/ixm/tools/apache-ant/library/ant-contrib/ant-contrib-1.0b3.jar!/net/sf/antcontrib/antlib.xml with URI = jar:file:/C:/Program%20Files%20(x86)/Arduino/hardware/cores/ixm/tools/apache-ant/library/ant-contrib/ant-contrib-1.0b3.jar!/net/sf/antcontrib/antlib.xml [macrodef] creating macro run [macrodef] creating macro ar [macrodef] creating macro cc [macrodef] creating macro link [macrodef] creating macro objcopy [macrodef] creating macro size Build sequence for target(s) `build.all' is [set.body, build.libraries, build.board.src, build.sketch, size.sketch, build.body, build.all] Complete build sequence is [set.body, build.libraries, build.board.src, build.sketch, size.sketch, build.body, build.all, set.host, build.host.src, build.host, upload.sketch, upload.all, build.bios, build.bootloader, clean.all, upload.bios, upload.bootloader, size.all, ]

set.body:

build.libraries: [echo] Building TouchShield Stealth libraries... Project base dir set to: C:\Program Files (x86)\Arduino\hardware\cores\touchshield\src\components\library [ant] calling target(s) [build.body] in build file C:\Program Files (x86)\Arduino\hardware\cores\touchshield\src\components\library\build.xml parsing buildfile C:\Program Files (x86)\Arduino\hardware\cores\touchshield\src\components\library\build.xml with URI = file:/C:/Program%20Files%20(x86)/Arduino/hardware/cores/touchshield/src/components/library/build.xml Project base dir set to: C:\Program Files (x86)\Arduino\hardware\cores\touchshield\src\components\library [ant] Entering C:\Program Files (x86)\Arduino\hardware\cores\touchshield\src\components\library\build.xml... Build sequence for target(s) `build.body' is [clean.body, prepare.body, assembler.body.assemble, compile.body.c, compile.body.cpp, archiver.body.archive, build.body] Complete build sequence is [clean.body, prepare.body, assembler.body.assemble, compile.body.c, compile.body.cpp, archiver.body.archive, build.body, build.host, build.all, ]

clean.body:

prepare.body: [mkdir] Skipping C:\Users\nchauvin\AppData\Local\Temp\build4039264844414626733.tmp\targets\body\build because it already exists. [mkdir] Skipping C:\Users\nchauvin\AppData\Local\Temp\build4039264844414626733.tmp\targets\body\bin because it already exists. [mkdir] Skipping C:\Users\nchauvin\AppData\Local\Temp\build4039264844414626733.tmp\targets\body\lib because it already exists. [mkdir] Skipping C:\Users\nchauvin\AppData\Local\Temp\build4039264844414626733.tmp\tmp because it already exists. [copy] No sources found. [copy] ArduinoReader omitted as C:\Users\nchauvin\AppData\Local\Temp\build4039264844414626733.tmp\targets\body\build\ArduinoReader is up to date. [copy] ArduinoReader\examples omitted as C:\Users\nchauvin\AppData\Local\Temp\build4039264844414626733.tmp\targets\body\build\ArduinoReader\examples is up to date. [copy] ArduinoReader\examples\InputShield_Display omitted as C:\Users\nchauvin\AppData\Local\Temp\build4039264844414626733.tmp\targets\body\build\ArduinoReader\examples\InputShield_Display is up to date. [copy] ArduinoReader\reference omitted as C:\Users\nchauvin\AppData\Local\Temp\build4039264844414626733.tmp\targets\body\build\ArduinoReader\reference is up to date. [copy] BarGraph omitted as C:\Users\nchauvin\AppData\Local\Temp\build4039264844414626733.tmp\targets\body\build\BarGraph is up to date. [copy] BarGraph\examples omitted as C:\Users\nchauvin\AppData\Local\Temp\build4039264844414626733.tmp\targets\body\build\BarGraph\examples is up to date. [copy] BarGraph\examples\RandomThree omitted as C:\Users\nchauvin\AppData\Local\Temp\build4039264844414626733.tmp\targets\body\build\BarGraph\examples\RandomThree is up to date. [copy] BarGraph\examples\Simple omitted as C:\Users\nchauvin\AppData\Local\Temp\build4039264844414626733.tmp\targets\body\build\BarGraph\examples\Simple is up to date. [copy] BarGraph\reference omitted as C:\Users\nchauvin\AppData\Local\Temp\build4039264844414626733.tmp\targets\body\build\BarGraph\reference is up to date. [copy] TButton omitted as C:\Users\nchauvin\AppData\Local\Temp\build4039264844414626733.tmp\targets\body\build\TButton is up to date. [copy] TButton\examples omitted as C:\Users\nchauvin\AppData\Local\Temp\build4039264844414626733.tmp\targets\body\build\TButton\examples is up to date. [copy] TButton\examples\ButtonDialog omitted as C:\Users\nchauvin\AppData\Local\Temp\build4039264844414626733.tmp\targets\body\build\TButton\examples\ButtonDialog is up to date. [copy] TButton\reference omitted as C:\Users\nchauvin\AppData\Local\Temp\build4039264844414626733.tmp\targets\body\build\TButton\reference is up to date. [copy] ArduinoReader\ArduinoReader.h omitted as C:\Users\nchauvin\AppData\Local\Temp\build4039264844414626733.tmp\targets\body\lib\include\ArduinoReader.h is up to date. [copy] BarGraph\BarGraph.h omitted as C:\Users\nchauvin\AppData\Local\Temp\build4039264844414626733.tmp\targets\body\lib\include\BarGraph.h is up to date. [copy] TButton\TButton.h omitted as C:\Users\nchauvin\AppData\Local\Temp\build4039264844414626733.tmp\targets\body\lib\include\TButton.h is up to date. [copy] No sources found.

assembler.body.assemble: [apply] Current OS is Windows 7 [apply] Setting environment variable: PATH=C:\Program Files (x86)\Arduino\hardware\tools\avr\bin;C:\Program Files (x86)\Arduino\hardware\tools\gcc\bin [apply] No sources found.

compile.body.c: [apply] Current OS is Windows 7 [apply] Setting environment variable: PATH=C:\Program Files (x86)\Arduino\hardware\tools\avr\bin;C:\Program Files (x86)\Arduino\hardware\tools\gcc\bin [apply] No sources found.

compile.body.cpp: [apply] Current OS is Windows 7 [apply] Setting environment variable: PATH=C:\Program Files (x86)\Arduino\hardware\tools\avr\bin;C:\Program Files (x86)\Arduino\hardware\tools\gcc\bin [apply] ArduinoReader\ArduinoReader.cpp omitted as C:\Users\nchauvin\AppData\Local\Temp\build4039264844414626733.tmp\targets\body\build\ArduinoReader\ArduinoReader.o is up to date. [apply] BarGraph\BarGraph.cpp added as BarGraph\BarGraph.o doesn't exist. [apply] TButton\TButton.cpp added as TButton\TButton.o doesn't exist. [apply] Executing 'C:\Program Files (x86)\Arduino\hardware\cores\touchshield....\tools\avr\bin\avr-g++' with arguments: [apply] '-Os' [apply] '-g' [apply] '-w' [apply] '-IC:\Users\nchauvin\AppData\Local\Temp\build4039264844414626733.tmp/targets/body/lib/include' [apply] '-mmcu=atmega645' [apply] '-ffunction-sections' [apply] '-fdata-sections' [apply] '-DF_CPU=16000000' [apply] '-I../../../src/include' [apply] '-I../../../src/components/board' [apply] '-c' [apply] 'C:\Program Files (x86)\Arduino\hardware\cores\touchshield\src\components\library\BarGraph\BarGraph.cpp' [apply] '-o' [apply] 'C:\Users\nchauvin\AppData\Local\Temp\build4039264844414626733.tmp\targets\body\build\BarGraph\BarGraph.o' [apply] [apply] The ' characters around the executable and arguments are [apply] not part of the command. [apply] In file included from ../../../src/components/board/SubPGraphics.h:58, [apply] from C:\Program Files (x86)\Arduino\hardware\cores\touchshield\src\components\library\BarGraph\BarGraph.cpp:28: [apply] ../../../src/components/board/graphics.h:93:3: error: #error invalid screen type [ant] Exiting C:\Program Files (x86)\Arduino\hardware\cores\touchshield\src\components\library\build.xml.

BUILD FAILED C:\Program Files (x86)\Arduino\hardware\cores\touchshield\build.xml:80: The following error occurred while executing this line: C:\Program Files (x86)\Arduino\hardware\cores\touchshield\src\components\library\build.xml:111: The following error occurred while executing this line: C:\Program Files (x86)\Arduino\hardware\cores\touchshield\config\build.ccmacros.xml:92: apply returned: 1 at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:508) at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) at org.apache.tools.ant.Task.perform(Task.java:348) at org.apache.tools.ant.Target.execute(Target.java:357) at org.apache.tools.ant.Target.performTasks(Target.java:385) at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337) at org.apache.tools.ant.Project.executeTarget(Project.java:1306) at org.arduino.tools.AntRunner$1AntRunnable.run(Unknown Source) at java.lang.Thread.run(Thread.java:619) Caused by: C:\Program Files (x86)\Arduino\hardware\cores\touchshield\src\components\library\build.xml:111: The following error occurred while executing this line: C:\Program Files (x86)\Arduino\hardware\cores\touchshield\config\build.ccmacros.xml:92: apply returned: 1 at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:508) at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:397) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) at org.apache.tools.ant.Task.perform(Task.java:348) at org.apache.tools.ant.Target.execute(Target.java:357) at org.apache.tools.ant.Target.performTasks(Target.java:385) at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337) at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38) at org.apache.tools.ant.Project.executeTargets(Project.java:1189) at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416) ... 12 more Caused by: C:\Program Files (x86)\Arduino\hardware\cores\touchshield\config\build.ccmacros.xml:92: apply returned: 1 at org.apache.tools.ant.taskdefs.ExecTask.runExecute(ExecTask.java:636) at org.apache.tools.ant.taskdefs.ExecuteOn.runExec(ExecuteOn.java:408) at org.apache.tools.ant.taskdefs.ExecTask.execute(ExecTask.java:487) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) at org.apache.tools.ant.Task.perform(Task.java:348) at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:62) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) at org.apache.tools.ant.Task.perform(Task.java:348) at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:394) ... 24 more --- Nested Exception --- C:\Program Files (x86)\Arduino\hardware\cores\touchshield\src\components\library\build.xml:111: The following error occurred while executing this line: C:\Program Files (x86)\Arduino\hardware\cores\touchshield\config\build.ccmacros.xml:92: apply returned: 1 at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:508) at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:397) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) at org.apache.tools.ant.Task.perform(Task.java:348) at org.apache.tools.ant.Target.execute(Target.java:357) at org.apache.tools.ant.Target.performTasks(Target.java:385) at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337) at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38) at org.apache.tools.ant.Project.executeTargets(Project.java:1189) at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) at org.apache.tools.ant.Task.perform(Task.java:348) at org.apache.tools.ant.Target.execute(Target.java:357) at org.apache.tools.ant.Target.performTasks(Target.java:385) at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337) at org.apache.tools.ant.Project.executeTarget(Project.java:1306) at org.arduino.tools.AntRunner$1AntRunnable.run(Unknown Source) at java.lang.Thread.run(Thread.java:619) Caused by: C:\Program Files (x86)\Arduino\hardware\cores\touchshield\config\build.ccmacros.xml:92: apply returned: 1 at org.apache.tools.ant.taskdefs.ExecTask.runExecute(ExecTask.java:636) at org.apache.tools.ant.taskdefs.ExecuteOn.runExec(ExecuteOn.java:408) at org.apache.tools.ant.taskdefs.ExecTask.execute(ExecTask.java:487) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) at org.apache.tools.ant.Task.perform(Task.java:348) at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:62) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) at org.apache.tools.ant.Task.perform(Task.java:348) at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:394) ... 24 more --- Nested Exception --- C:\Program Files (x86)\Arduino\hardware\cores\touchshield\config\build.ccmacros.xml:92: apply returned: 1 at org.apache.tools.ant.taskdefs.ExecTask.runExecute(ExecTask.java:636) at org.apache.tools.ant.taskdefs.ExecuteOn.runExec(ExecuteOn.java:408) at org.apache.tools.ant.taskdefs.ExecTask.execute(ExecTask.java:487) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) at org.apache.tools.ant.Task.perform(Task.java:348) at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:62) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) at org.apache.tools.ant.Task.perform(Task.java:348) at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:394) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) at org.apache.tools.ant.Task.perform(Task.java:348) at org.apache.tools.ant.Target.execute(Target.java:357) at org.apache.tools.ant.Target.performTasks(Target.java:385) at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337) at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38) at org.apache.tools.ant.Project.executeTargets(Project.java:1189) at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) at org.apache.tools.ant.Task.perform(Task.java:348) at org.apache.tools.ant.Target.execute(Target.java:357) at org.apache.tools.ant.Target.performTasks(Target.java:385) at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337) at org.apache.tools.ant.Project.executeTarget(Project.java:1306) at org.arduino.tools.AntRunner$1AntRunnable.run(Unknown Source) at java.lang.Thread.run(Thread.java:619)

Total time: 0 seconds

The first error still seems to be "_TOUCH_STEALTH" not being defined, when src/components/board/graphics.h is parsed.

Thanks,

Nicolas

cladden commented 14 years ago

Good catch, HardwareDef.h was not looking for the right processor when compiling for the TouchShield Stealth. I've made updates for consideration in release 0.8.41

nchauvin commented 14 years ago

Do you know when 0.8.41 release will be available ?

liquidware commented 14 years ago

This was fixed in Arduino 0018-Antipasto-0041

Download URL: http://www.liquidware.com/antipasto_arduino_ide#downloads