Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - GCC 4.8.2?: (7 Items)
   
GCC 4.8.2?  
Hello,

You guys have been doing a great job of providing drops of GCC as they are released. Is there a 4.8.2 on the horizon? It
 would be great to have this compiler since it has some bug fixes from 4.8.1 and is fully C++11 compliant.

Thanks!
Re: GCC 4.8.2?  
On 13-11-05 03:18 PM, David Reynolds wrote:
> Hello,
>
> You guys have been doing a great job of providing drops of GCC as they are released. Is there a 4.8.2 on the horizon? 
It would be great to have this compiler since it has some bug fixes from 4.8.1 and is fully C++11 compliant.

Yes. I've merged upstream gcc 4.8.2 to our port and committed it in our 
source repo. There was some previously reported issues with the 4.8.1 
packages that I need to fix before publishing the 4.8.2 packages.

It shouldn't but shouldn't be too much longer though.

Regards,

Ryan Mansfield


Re: GCC 4.8.2?  
On 13-11-05 03:26 PM, Ryan Mansfield wrote:
>
> It shouldn't but shouldn't be too much longer though.

Blah. I don't know what I was thinking/typing.

It shouldn't be too much longer. ;)

Regards,

Ryan Mansfield


RE: GCC 4.8.2?  
Funny I didn't even notice- the eye has a way of seeing what it wants to. Thanks!

-----Original Message-----
From: Ryan Mansfield [mailto:community-noreply@qnx.com] 
Sent: Tuesday, November 05, 2013 3:32 PM
To: general-toolchain@community.qnx.com
Subject: Re: GCC 4.8.2?

On 13-11-05 03:26 PM, Ryan Mansfield wrote:
>
> It shouldn't but shouldn't be too much longer though.

Blah. I don't know what I was thinking/typing.

It shouldn't be too much longer. ;)

Regards,

Ryan Mansfield






_______________________________________________

General
http://community.qnx.com/sf/go/post106555
To cancel your subscription to this discussion, please e-mail general-toolchain-unsubscribe@community.qnx.com
Re: RE: GCC 4.8.2?  
I am trying to compile the trunk (with the 4.8.2 merges) gcc on my 32 bit ubuntu 12.04 linux environment for armeabi / 
qnx 6.5.0. What would be the steps to do that? I tried both going under the linux-x86-o-ntoarmeabi and running make, and
 also configuring and making based on the configuration line of gcc4.8.1. And for both of them I get the following issue
:

source='../../libcpp/charset.c' object='charset.o' libtool=no DEPDIR=.deps depmode=gcc /bin/bash ../../libcpp/../depcomp
 CC  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g -O2 -W -Wall -Wwrite-strings -Wmissing-
format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../.
./libcpp/include  -c ../../libcpp/charset.c
In file included from ../../libcpp/charset.c:21:
../../libcpp/system.h:267:23: error: langinfo.h: No such file or directory
In file included from ../../libcpp/charset.c:23:
../../libcpp/internal.h: In function 'int ufputs(const unsigned char*, std::FILE*)':
../../libcpp/internal.h:796: error: 'fputs_unlocked' was not declared in this scope
cc: /opt/qnx650/host/linux/x86/usr/lib/gcc/i486-pc-nto-qnx6.5.0/4.4.2/cc1plus error 1
make[3]: *** [charset.o] Error 1

Actually, what I was trying to o was, making a diff between the official gcc4.8.2 and the qnx trunk, and bringing those 
changes to the linaro gcc4.8 which has the ARM address sanitizer backported from the gcc4.9 line. When I try to compile 
that, I again get the same results as above.

Could someone please guide me for compiling gcc 4.8.2 on my local computer, linux x86/32, for the target QNX/ARMeabi?

Thanks!
Re: RE: GCC 4.8.2?  
Ooops, found it!

Cheers!
Re: GCC 4.8.2?  
> On 13-11-05 03:18 PM, David Reynolds wrote:
> > Hello,
> >
> > You guys have been doing a great job of providing drops of GCC as they are 
> released. Is there a 4.8.2 on the horizon? It would be great to have this 
> compiler since it has some bug fixes from 4.8.1 and is fully C++11 compliant.
> 
> Yes. I've merged upstream gcc 4.8.2 to our port and committed it in our 
> source repo. There was some previously reported issues with the 4.8.1 
> packages that I need to fix before publishing the 4.8.2 packages.
> 
> It shouldn't but shouldn't be too much longer though.

Did I missed it or it is not yet available ?

> 
> Regards,
> 
> Ryan Mansfield
> 
>