Discussion:
[ethersex-devel] Ethersex problem
Nikki Fenton
2014-11-15 19:52:43 UTC
Permalink
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

Loading...