Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - 4.8.1 x86 libstdc++.a for x86: (5 Items)
   
4.8.1 x86 libstdc++.a for x86  
Hello,

I tried using the new 4.8 release. I successfully built dynamically linked projects. However, statically linked projects
 failed at link time "unable to find -lstdc++". I checked and libstdc++.a is missing for x86 (and other) targets.

Did something happen with my install or is there no static version of libstdc++ for x86?

Thanks,

Dave
Re: 4.8.1 x86 libstdc++.a for x86  
Not anything specific to your install, they are missing from the packages. I'll have a look why and update the thread 
when I update the packages.

Regards,

Ryan Mansfield‎
From: David Reynolds
Sent: Wednesday, July 3, 2013 10:37 AM
To: general-toolchain
Reply To: general-toolchain@community.qnx.com
Subject: 4.8.1 x86 libstdc++.a for x86


Hello,

I tried using the new 4.8 release. I successfully built dynamically linked projects. However, statically linked projects
 failed at link time "unable to find -lstdc++". I checked and libstdc++.a is missing for x86 (and other) targets.

Did something happen with my install or is there no static version of libstdc++ for x86?

Thanks,

Dave



_______________________________________________

General
http://community.qnx.com/sf/go/post102896
To cancel your subscription to this discussion, please e-mail general-toolchain-unsubscribe@community.qnx.com
Attachment: HTML sf-attachment-mime14667 3.4 KB
Re: 4.8.1 x86 libstdc++.a for x86  
You can use my port gcc4.8.1 from http://ajamweb.pl/
http://www.ajamweb.pl/programy/gcc4.8.1-x86-qnx6.5.0-bld1.tar.bz2
=> qnx650/target/qnx6/x86/lib/gcc/4.8.1/
# ls -l
total 74296
drwxrwxr-x  2 root      root           1024 Jun 07 23:11 .
drwxrwxr-x  3 1000      1000           1024 Jun 07 21:04 ..
-rw-r--r--  1 root      root         165228 Jun 07 08:26 libatomic.a
lrwxrwxrwx  1 root      root             20 Jun 07 23:08 libatomic.so -> ../../libatomic.so.1
-rw-rw-r--  1 root      root        2073524 Jun 07 02:28 libc++11convenience.a
-rw-rw-r--  1 root      root        5940674 Jun 07 02:26 libc++98convenience.a
-rw-rw-r--  1 root      root          12580 Jun 07 03:21 libcaf_single.a
-rw-rw-r--  1 root      root         263418 Jun 06 20:49 libcpp.a
-rw-rw-r--  1 root      root         745250 Jun 07 08:26 libcxa.a
-rw-rw-r--  1 root      root        6942318 Jun 07 04:03 libgfortran.a
lrwxrwxrwx  1 root      root             22 Jun 07 23:10 libgfortran.so -> ../../libgfortran.so.3
-rw-rw-r--  1 root      root           4558 Jun 07 03:21 libgfortranbegin.a
-rw-rw-r--  1 root      root         331932 Jun 07 04:56 libgomp.a
lrwxrwxrwx  1 root      root             18 Jun 07 21:09 libgomp.so -> ../../libgomp.so.1
-rw-rw-r--  1 root      root         402700 Jun 07 02:41 libmudflap.a
lrwxrwxrwx  1 root      root             21 Jun 07 23:11 libmudflap.so -> ../../libmudflap.so.0
-rw-rw-r--  1 root      root         362960 Jun 07 02:41 libmudflapth.a
lrwxrwxrwx  1 root      root             23 Jun 07 21:14 libmudflapth.so -> ../../libmudflapth.so.0
-rw-rw-r--  1 root      root         557834 Jun 07 04:52 libobjc.a
lrwxrwxrwx  1 root      root             18 Jun 07 21:16 libobjc.so -> ../../libobjc.so.4
-rw-rw-r--  1 root      root        1168448 Jun 07 02:55 libquadmath.a
lrwxrwxrwx  1 root      root             22 Jun 07 21:18 libquadmath.so -> ../../libquadmath.so.0
-rw-rw-r--  1 root      root          46280 Jun 07 02:45 libssp.a
lrwxrwxrwx  1 root      root             17 Jun 07 21:23 libssp.so -> ../../libssp.so.0
-rw-rw-r--  1 root      root           2448 Jun 07 02:45 libssp_nonshared.a
-rw-rw-r--  1 root      root        8758900 Jun 07 02:28 libstdc++.a
lrwxrwxrwx  1 root      root             20 Jun 07 20:59 libstdc++.so -> ../../libstdc++.so.6
-rw-rw-r--  1 root      root        8758900 Jun 07 02:28 libstdc++convenience.a
-rw-rw-r--  1 root      root         744966 Jun 07 02:22 libsupc++.a
-rw-rw-r--  1 root      root         744966 Jun 07 02:22 libsupc++convenience.a
Press any key to continue...
Re: 4.8.1 x86 libstdc++.a for x86  
bogdan,

Thanks for the info- but I kinda need an "official" release; one I can download from the QNX website.

Ryan,
Any news on getting 4.8.1 w/static libs?
Re: 4.8.1 x86 libstdc++.a for x86  
Any news?