Re: Building Netsurf on arm-linux framebuffer

2011-04-20 Thread Sertac TULLUK
> On Tue, Apr 19, 2011 at 12:18:09PM +0300, Sertac TULLUK wrote: > Result is : http://pastebin.com/W5z2Uett >This looks like you don't have libpng in your cross built environment. >Either add libpng to the cross-env, or put: >override NETSURF_USE_PNG := NO >In your Makefile.config >D. Dear A

Re: Building Netsurf on arm-linux framebuffer

2011-04-19 Thread Daniel Silverstone
On Tue, Apr 19, 2011 at 12:18:09PM +0300, Sertac TULLUK wrote: > Result is : http://pastebin.com/W5z2Uett This looks like you don't have libpng in your cross built environment. Either add libpng to the cross-env, or put: override NETSURF_USE_PNG := NO In your Makefile.config D. -- Daniel Sil

Re: Building Netsurf on arm-linux framebuffer

2011-04-19 Thread Sertac TULLUK
Ok, below is the summary of what I do (For cross-compiling NetSurf web browser for ARM926-EJs running under embedded linux): 1) Download latest snapshot of netsurf 2.7 2) cd netsurf, export CC=arm-linux-gcc 3) mkdir libs, cd libs 4) read /docs/BUILDING-Framebuffer.txt file, and use svn co, and c

Re: Building Netsurf on arm-linux framebuffer

2011-04-19 Thread John-Mark Bell
On Tue, 2011-04-19 at 11:43 +0300, Sertac TULLUK wrote: > > Ok. Can you also pastebin the output of "make Q=" in libcss? > > > > Here is make -Q result with GCC: http://pastebin.com/STZ3Uiah > > And here is make -Q result with ARM-LINUX-GCC: http://pastebin.com/aVQFdPgm Right, so you need to do

Re: Building Netsurf on arm-linux framebuffer

2011-04-19 Thread Sertac TULLUK
Ok. Can you also pastebin the output of "make Q=" in libcss? Here is make -Q result with GCC: http://pastebin.com/STZ3Uiah And here is make -Q result with ARM-LINUX-GCC: http://pastebin.com/aVQFdPgm You probably want CC=arm-linux-gcc and leave HOST_CC alone. John. Here is my current poi

Re: Building Netsurf on arm-linux framebuffer

2011-04-19 Thread John-Mark Bell
On Tue, 2011-04-19 at 09:21 +0300, Sertac TULLUK wrote: > > This sounds very much like you've used the cross compiler to build the > > gen_parser tool, which needs to run on the build host. > > > > How is your environment configured? In most cross-compilation set ups, > > the cross compiler is nam

Re: Building Netsurf on arm-linux framebuffer

2011-04-18 Thread Sertac TULLUK
Please avoid top-posting on this list. Thanks! Sorry for this, I will do my best to avoid... OK. Thanks for that; that'll be fixed in SVN soon. Thank you, I hope I can make some contribution to netsurf project positively.. This sounds very much like you've used the cross compiler to bu

Re: Building Netsurf on arm-linux framebuffer

2011-04-18 Thread John-Mark Bell
Please avoid top-posting on this list. Thanks! On Mon, Apr 18, 2011 at 04:42:29PM +0300, Sertac TULLUK wrote: > > This time, I modified 16bbp.c line 72, and modified as void *, and it > compiled with my arm-linux-gcc perfectly.. OK. Thanks for that; that'll be fixed in SVN soon. > And then, I

Re: Building Netsurf on arm-linux framebuffer

2011-04-18 Thread Sertac TULLUK
my kubuntu over vmware. Can you help me to compile libcss with arm-linux-gcc please? Best Regards Sertac - Original Message - From: "John-Mark Bell" To: "Sertac TULLUK" Cc: Sent: Monday, April 18, 2011 4:13 PM Subject: Re: Building Netsurf on arm-linux framebuffer

Re: Building Netsurf on arm-linux framebuffer

2011-04-18 Thread John-Mark Bell
On Mon, Apr 18, 2011 at 01:41:22PM +0100, Martin Bazley wrote: > > The correct place for such discussion is the developers' mailing list, > which is detailed in the same place you got the address for this one > from. As one of the list owners, I don't care where people ask their questions, so lo

Re: Building Netsurf on arm-linux framebuffer

2011-04-18 Thread John-Mark Bell
On Mon, Apr 18, 2011 at 10:56:11AM +0300, Sertac TULLUK wrote: > Dear Netsurf developers, > > Firstly, I want to thank you for making such modular web browser. > > I have an embedded device with arm926EJ-s chipset, which is using > simple linux framebuffer. And I want to port Netsurf to my devic

Re: Building Netsurf on arm-linux framebuffer

2011-04-18 Thread Martin Bazley
The following bytes were arranged on 18 Apr 2011 by Sertac TULLUK: > Dear Netsurf developers, > > Firstly, I want to thank you for making such modular web browser. > > I have an embedded device with arm926EJ-s chipset, which is using simple > linux framebuffer. And I want to port Netsurf to my de

Building Netsurf on arm-linux framebuffer

2011-04-18 Thread Sertac TULLUK
Dear Netsurf developers, Firstly, I want to thank you for making such modular web browser. I have an embedded device with arm926EJ-s chipset, which is using simple linux framebuffer. And I want to port Netsurf to my device. I passed many sequences, but I finally stuck on compiling libnsfb with