Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: gxk <gxkahn@gmail.com>
To: kaka <share.kt@gmail.com>
Cc: directfb-users@directfb.org, linux-mips@linux-mips.org,
	uclinux-dev@uclinux.org, linux-fbdev-users@lists.sourceforge.net
Subject: Re: [directfb-users] Updated:Error opening framebuffer device/Unknown symbol
Date: Thu, 25 Oct 2007 14:25:31 -0400	[thread overview]
Message-ID: <4720DF9B.5080804@gmail.com> (raw)
In-Reply-To: <eea8a9c90710250155h7534fdfajf7193921575e96fe@mail.gmail.com>

Do not use functions from libc, like printf, malloc and free.
Find there equivalent for kernel space modules.

kaka wrote:
> Hi All,
>  
> Thanks for the overhelming responses.
> I was able to remove the problem of Unknown symbols by linking the 
> proper libraries. Now the problem got reduced to the following messages.
>  
> # insmod brcmstfb.ko
> brcmstfb: Unknown symbol printf
> brcmstfb: Unknown symbol malloc
> brcmstfb: Unknown symbol free
> insmod: cannot insert `brcmstfb.ko': Unknown symbol in module (2): No 
> such file or directory
> #
>  
> for the above problem i had tried to link "libgcc.a " but those symbols 
> are also undefined in it also.
> RECAP:
> While running  the cross compiled directFB example on MIPS chip,*
> We tried to install the framebuffer driver(command given above) after 
> creating the node fb0.
> APPROACH:
> Actually the code of frambuffer driver consists of usual kernel 
> framebuffer code and properitiary graphics lib code.
> The properitiary graphics lib code is using malloc,print and free from 
> <stdlib.h> and that is why those symbols are coming undefined.
>  
> Could anybody help in this regard?
> Thanks in advance.
>  
> kaka
>  
> 
> 
> ---------- Forwarded message ----------
> From: *kaka* < share.kt@gmail.com <mailto:share.kt@gmail.com>>
> Date: Oct 12, 2007 6:33 PM
> Subject: Error opening framebuffer device/Unknown symbol 
> register_framebuffer
> To: directfb-users@directfb.org <mailto:directfb-users@directfb.org>, 
> directfb-dev@directfb.org <mailto:directfb-dev@directfb.org>.
> 
>  
> 
>     *Hi All,*
> 
>     *While running  the cross compiled directFB example on MIPS chip,*
> 
>     *
> 
> 
> 
>     We tried to install the framebuffer driver(command given at the bottom) and we have already created the node fb0.*
> 
>     *We are getting the following error, *
> 
> 
> 
>     *Can anybody help in this regard ?*
> 
>     *Thanks in Advance.*
> 
>     # ../../cross_directfb/simple_mips
>                                                                                                                                  
>          =======================|  DirectFB 1.0.0  |=======================
>               (c) 2001-2007  The DirectFB Organization (directfb.org <http://directfb.org/>)
>               (c) 2000-2004  Convergence (integrated media) GmbH
>             ------------------------------------------------------------
>                                                                                                                                  
>     (*) DirectFB/Core: Single Application Core. (2007-10-05 14:17)
>     (!) Direct/Util: opening '/dev/fb0' failed
>         --> No such device or address
>     (!) DirectFB/FBDev: Error opening framebuffer device!
>     (!) DirectFB/FBDev: Use 'fbdev' option or set FRAMEBUFFER environment variable.
>     (!) DirectFB/Core: Could not initialize 'system' core!
>         --> Initialization error!
>     simple.c <96>:
>             (#) DirectFBError [DirectFBCreate (&dfb)]: Initialization error!
>     #
> 
>     *While running the following command in MIPS chip, we are getting the following error.*
> 
>     # insmod brcmstfb.ko
>     brcmstfb: Unknown symbol unregister_framebuffer
>     brcmstfb: Unknown symbol printf
>     brcmstfb: Unknown symbol malloc
>     brcmstfb: Unknown symbol fb_find_mode
>     brcmstfb: Unknown symbol fb_dealloc_cmap
>     brcmstfb: Unknown symbol fb_alloc_cmap
>     brcmstfb: Unknown symbol framebuffer_release
>     brcmstfb: Unknown symbol free
>     insmod: cannot insert `brcmstfb.ko': Unknown symbol in module (2): No such file or directory
>     #
>     #
> 
>      
> 
> 
> 
> 
> -- 
> Thanks & Regards,
> kaka
> 
> -- 
> Thanks & Regards,
> kaka
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> directfb-users mailing list
> directfb-users@directfb.org
> http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

-- 
     Three things are certain:
     Death, taxes, and lost data.
     Guess which has occurred.

      parent reply	other threads:[~2007-10-25 12:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-25  8:55 Updated:Error opening framebuffer device/Unknown symbol kaka
2007-10-25  8:55 ` kaka
2007-10-25  9:09 ` Manuel Lauss
2007-10-25  9:14 ` [Linux-fbdev-users] " Jan-Benedict Glaw
2007-10-25 14:15 ` Shane McDonald
2007-10-25 14:15   ` Shane McDonald
2007-10-25 15:56 ` Markus Gothe
2007-10-25 16:03   ` Kevin D. Kissell
2007-10-25 16:03     ` Kevin D. Kissell
2007-10-25 18:25 ` gxk [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4720DF9B.5080804@gmail.com \
    --to=gxkahn@gmail.com \
    --cc=directfb-users@directfb.org \
    --cc=linux-fbdev-users@lists.sourceforge.net \
    --cc=linux-mips@linux-mips.org \
    --cc=share.kt@gmail.com \
    --cc=uclinux-dev@uclinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox