Altera_Forum
Honored Contributor
15 years agoinclude a selfwritten driver
Hello again,
I just got another problem :) I have got a selfwritten driver, which is located at nios-linux/linux-2.6/drivers/misc/lcd_driver.cpp & .h (it works - I can put strings on the lcd). Now i want to include the lcd in a selfwritten userprogram, but there i don't know how to include this driver. It keeps telling me, @line 22 lcd_driver.h No such file or directory Is it possible to include a driver so i can build a userprogram in the zImage? What did I do wrong, what should i do to include it? Thx in advance