2010-02-24 04:10:14 Unable to build pango for blackfin
jagadish ramanja (INDIA)
Message: 86443
Hi,
I am trying to build GTK+ for blackfin, while building the Pango 1.26.1(dependent library) library for blackfin I am facing some build errors like
~/pango/opentype/main.cc:44: undefined reference to 'g_mapped_file_new;
~/pango/opentype/main.cc:44: undefined reference to 'g_mapped_file_get_contents'
~/pango/opentype/main.cc:44: undefined reference to 'g_mapped_file_get_length'
i am using the latest glib version i.e glib-2.22.4 and inside the makefile(pango) it is pointing to the proper glib(crosscompiled for blackfin). Is it possible to build the pango and GTK+ for blackfin?
Thanks in advance
Regards
Jagadish
QuoteReplyEditDelete
2010-02-24 08:20:35 Re: Unable to build pango for blackfin
Mike Frysinger (UNITED STATES)
Message: 86453
you probably didnt tweak the linker script these packages sometimes use. linker scripts work on the linker-visible symbol, not the C-visible symbol name.
QuoteReplyEditDelete
2010-02-24 23:58:05 Re: Unable to build pango for blackfin
jagadish ramanja (INDIA)
Message: 86492
Hi Mike,
Thanks for your reply, I have searched for these linker scripts but I am not able to find anything, from where can I get these linker scripts ?
Thanks
Jagadish
QuoteReplyEditDelete
2010-02-25 04:23:54 Re: Unable to build pango for blackfin
Mike Frysinger (UNITED STATES)
Message: 86525
i'm talking about files part of glib/pango. make sure the libraries you're linking against have their symbols exported.