Nikki Fenton
2014-11-15 19:52:43 UTC
I have been building a reembox http://www.reembox.com/ and added the new hardware to ethersex but when i try to compile the firmware i am getting this error. Can anyone please help me.
hardware/lcd/hd44780_i2c.c hardware/lcd/hd44780_i2c.c: In function âclock_rwâ: hardware/lcd/hd44780_i2c.c:45:18: error: âHD44780_PCF8574x_DB4â undeclared (first use in this function) hardware/lcd/hd44780_i2c.c:45:18: note: each undeclared identifier is reported only once for each function it appears in hardware/lcd/hd44780_i2c.c:46:18: error: âHD44780_PCF8574x_DB5â undeclared (first use in this function) hardware/lcd/hd44780_i2c.c:47:18: error: âHD44780_PCF8574x_DB6â undeclared (first use in this function) hardware/lcd/hd44780_i2c.c:47:46: error: âHD44780_PCF8574x_DB7â undeclared (first use in this function) hardware/lcd/hd44780_i2c.c:48:22: error: âHD44780_PCF8574x_ADRâ undeclared (first use in this function) hardware/lcd/hd44780_i2c.c:50:17: error: âHD44780_PCF8574x_ENâ undeclared (first use in this function) hardware/lcd/hd44780_i2c.c: In function âoutput_nibbleâ: hardware/lcd/hd44780_i2c.c:88:17: error: âHD44780_PCF8574x_DB4â undeclared (first use in this function) hardware/lcd/hd44780_i2c.c:90:17: error: âHD44780_PCF8574x_DB5â undeclared (first use in this function) hardware/lcd/hd44780_i2c.c:92:17: error: âHD44780_PCF8574x_DB6â undeclared (first use in this function) hardware/lcd/hd44780_i2c.c:94:17: error: âHD44780_PCF8574x_DB7â undeclared (first use in this function) hardware/lcd/hd44780_i2c.c:98:17: error: âHD44780_PCF8574x_RSâ undeclared (first use in this function) hardware/lcd/hd44780_i2c.c:102:17: error: âHD44780_PCF8574x_BLâ undeclared (first use in this function) hardware/lcd/hd44780_i2c.c: In function âhd44780_backlightâ: hardware/lcd/hd44780_i2c.c:140:17: error: âHD44780_PCF8574x_BLâ undeclared (first use in this function) hardware/lcd/hd44780_i2c.c:144:20: error: âHD44780_PCF8574x_ADRâ undeclared (first use in this function) hardware/lcd/hd44780_i2c.c: In function âhd44780_hw_initâ: hardware/lcd/hd44780_i2c.c:157:20: error: âHD44780_PCF8574x_ADRâ undeclared (first use in this function) make: *** [hardware/lcd/hd44780_i2c.o] Error 1
thanks Nikki
hardware/lcd/hd44780_i2c.c hardware/lcd/hd44780_i2c.c: In function âclock_rwâ: hardware/lcd/hd44780_i2c.c:45:18: error: âHD44780_PCF8574x_DB4â undeclared (first use in this function) hardware/lcd/hd44780_i2c.c:45:18: note: each undeclared identifier is reported only once for each function it appears in hardware/lcd/hd44780_i2c.c:46:18: error: âHD44780_PCF8574x_DB5â undeclared (first use in this function) hardware/lcd/hd44780_i2c.c:47:18: error: âHD44780_PCF8574x_DB6â undeclared (first use in this function) hardware/lcd/hd44780_i2c.c:47:46: error: âHD44780_PCF8574x_DB7â undeclared (first use in this function) hardware/lcd/hd44780_i2c.c:48:22: error: âHD44780_PCF8574x_ADRâ undeclared (first use in this function) hardware/lcd/hd44780_i2c.c:50:17: error: âHD44780_PCF8574x_ENâ undeclared (first use in this function) hardware/lcd/hd44780_i2c.c: In function âoutput_nibbleâ: hardware/lcd/hd44780_i2c.c:88:17: error: âHD44780_PCF8574x_DB4â undeclared (first use in this function) hardware/lcd/hd44780_i2c.c:90:17: error: âHD44780_PCF8574x_DB5â undeclared (first use in this function) hardware/lcd/hd44780_i2c.c:92:17: error: âHD44780_PCF8574x_DB6â undeclared (first use in this function) hardware/lcd/hd44780_i2c.c:94:17: error: âHD44780_PCF8574x_DB7â undeclared (first use in this function) hardware/lcd/hd44780_i2c.c:98:17: error: âHD44780_PCF8574x_RSâ undeclared (first use in this function) hardware/lcd/hd44780_i2c.c:102:17: error: âHD44780_PCF8574x_BLâ undeclared (first use in this function) hardware/lcd/hd44780_i2c.c: In function âhd44780_backlightâ: hardware/lcd/hd44780_i2c.c:140:17: error: âHD44780_PCF8574x_BLâ undeclared (first use in this function) hardware/lcd/hd44780_i2c.c:144:20: error: âHD44780_PCF8574x_ADRâ undeclared (first use in this function) hardware/lcd/hd44780_i2c.c: In function âhd44780_hw_initâ: hardware/lcd/hd44780_i2c.c:157:20: error: âHD44780_PCF8574x_ADRâ undeclared (first use in this function) make: *** [hardware/lcd/hd44780_i2c.o] Error 1
thanks Nikki