Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - owb linker error: (5 Items)
   
owb linker error  
I am trying to build the latest OWB for SDL CAIRO surface instead of GF on QNX . I could build wtf ,Javacore & WebCore.

When I build for target owb target. I am getting the linker error as mentioned below. Do you have any comment on this 
linker error ?

 

#make owb

[0%] Built target wtf 

[7%] Built target jsc 

[96%] Built target webcore 

Linking CXX shared library ../../lib/libwebkit-owb.so

/usr/qnx641/host/qnx6/x86/usr/bin/ntox86-ld: failed to set dynamic section sizes: Memory exhausted

cc: /usr/qnx641/host/qnx6/x86/usr/bin/ntox86-ld error 1

make[3]: *** [lib/libwebkit-owb.so.2.0] Error 1

make[2]: *** [WebKit/OrigynWebBrowser/CMakeFiles/webkit-owb.dir/all] Error 2

make[1]: *** [WebKitTools/OWBLauncher/CMakeFiles/owb.dir/rule] Error 2

make: *** [owb] Error 2

#

 
-satish
Re: owb linker error  
Hi,

I got rid of this error after turning off the DEBUG flag.


Thanks
Satish P
RE: owb linker error  
In case anybody is interested, the problem was not enough memory
installed on the build machine. The README with the build instructions
gives some guidance on this. 

Regards,
Max

-----Original Message-----
From: satish pattar [mailto:community-noreply@qnx.com] 
Sent: Monday, February 08, 2010 4:29 AM
To: general-web_browsers
Subject: Re: owb linker error

Hi,

I got rid of this error after turning off the DEBUG flag.


Thanks
Satish P



_______________________________________________

General
http://community.qnx.com/sf/go/post46745
Re: RE: owb linker error  
Hello Max,

owb README says:
Debugging on armle may only working by doing a release build
and changing O2 and O3 to O0 in the following files created by configure:
flags.make (6 files, multiple occurences)

It doesn't say anything about x86 DEBUG build issue.

For me , release build for SDL build works fine & owb is also launching.

but for debug build Memory exhaust problem.

Is it some problem with  my build ? or is it something else ?


Your inputs are appreciated.

Thanks
Satish P
RE: RE: owb linker error  
If you are running out of memory at build time, you need to add more
memory to your build machine. The armle problem in the readme was a case
I encountered early on and occurred on the target. 

-----Original Message-----
From: satish pattar [mailto:community-noreply@qnx.com] 
Sent: Friday, February 19, 2010 8:22 AM
To: general-web_browsers
Subject: Re: RE: owb linker error

Hello Max,

owb README says:
Debugging on armle may only working by doing a release build
and changing O2 and O3 to O0 in the following files created by
configure:
flags.make (6 files, multiple occurences)

It doesn't say anything about x86 DEBUG build issue.

For me , release build for SDL build works fine & owb is also launching.

but for debug build Memory exhaust problem.

Is it some problem with  my build ? or is it something else ?


Your inputs are appreciated.

Thanks
Satish P




_______________________________________________

General
http://community.qnx.com/sf/go/post47748