[uClinux-dev] Updated:Error opening framebuffer device/Unknown symbol

Wolfgang Mües wolfgang at iksw-muees.de
Thu Oct 25 16:14:32 EDT 2007


Hi Kaka,

On Donnerstag, 25. Oktober 2007, kaka wrote:
> brcmstfb: Unknown symbol printf
> brcmstfb: Unknown symbol malloc
> brcmstfb: Unknown symbol free

These functions are not part of the kernel.
printf -> printk
malloc -> kmalloc
free -> kfree

You _really_ should read the book about writing linux device drivers.

regards
Wolfgang
-- 
Das Leben kann nur rückwärts verstanden,
muß aber vorwärts gelebt werden.


More information about the uClinux-dev mailing list