Forum Discussion
Altera_Forum
Honored Contributor
16 years agophilip lutz DE2 uclinux nios2 project , lcd16207 display
Hi, Somebody has run the philip lutz project ? When the Makefile build de2_lcd16207 and button object modules there is some errors ( doc adjunt) , i need some configuration before compi...
Altera_Forum
Honored Contributor
16 years agoHi candido,
In de2_lcd_16207.c, u have to change the function cleanup_module() to
void cleanup_moduel()
{
unregister_chrdev(MAJOR_NUMBER, DEVICE_NAME);
}
And ignore the other components in that function.