View Single Post
Old 03-29-2015, 05:49 PM   #1054 (permalink)
firehawk618
EcoModding Apprentice
 
Join Date: Oct 2014
Location: Marysville, wa
Posts: 221

97 Civic HX sedan VX trans - '98 Honda Civic LX + HX + VX
90 day: 41.9 mpg (US)
Thanks: 23
Thanked 42 Times in 24 Posts
I admit I didn't read through all 106 pages here but hope this is the appropriate place to ask.

I am trying to load this on an arduino Uno but am having no luck. I admit I really don't have a clue about coding. Building the hardware is no problem though.

When I copy / paste the code and try to verify it there's always lots of errors as pasted below.

If anyone can help or point me in the right direction I would be really appreciative of that. Thank you!




Arduino: 1.6.1 (Windows 7), Board: "Arduino Uno"

sketch_mar29a.ino:51:17: error: conflicting declaration 'typedef uint8_t boolean'

In file included from sketch_mar29a.ino:51:0:

C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:117:14: error: 'boolean' has a previous declaration as 'typedef bool boolean'

typedef bool boolean;

^

sketch_mar29a.ino:91:15: error: 'prog_char' was not declared in this scope

sketch_mar29a.ino:91:27: error: 'str' was not declared in this scope

sketch_mar29a.ino:397:1: error: 'prog_char' does not name a type

sketch_mar29a.ino: In function 'void setup()':

sketch_mar29a.ino:403:2: error: 'displayFuncNames' was not declared in this scope

sketch_mar29a.ino:432:44: error: 'getStr' cannot be used as a function

sketch_mar29a.ino:434:44: error: 'getStr' cannot be used as a function

sketch_mar29a.ino: In function 'void mainloop()':

sketch_mar29a.ino:541:37: error: 'getStr' cannot be used as a function

sketch_mar29a.ino:549:42: error: 'getStr' cannot be used as a function

sketch_mar29a.ino:553:45: error: 'getStr' cannot be used as a function

sketch_mar29a.ino:559:23: error: 'displayFuncNames' was not declared in this scope

sketch_mar29a.ino:559:47: error: 'getStr' cannot be used as a function

sketch_mar29a.ino:564:42: error: 'getStr' cannot be used as a function

sketch_mar29a.ino:569:23: error: 'displayFuncNames' was not declared in this scope

sketch_mar29a.ino:569:47: error: 'getStr' cannot be used as a function

sketch_mar29a.ino: At global scope:

sketch_mar29a.ino:628:15: error: redefinition of 'char* getStr'

sketch_mar29a.ino:91:8: error: 'char* getStr' previously defined here

sketch_mar29a.ino:628:15: error: 'prog_char' was not declared in this scope

sketch_mar29a.ino:628:27: error: 'str' was not declared in this scope

In file included from sketch_mar29a.ino:49:0:

sketch_mar29a.ino: In function 'void LCD::init()':

sketch_mar29a.ino:755:22: error: variable 'chars' must be const in order to be put into read-only section by means of '__attribute__((progmem))'

Error compiling.

This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
__________________
1998 LX with a full HX swap + VX transaxle.





  Reply With Quote