On 05/18/2010 01:11 PM, packet wrote:
How do i build gcc for linux?
Oh the irony of the subject.
This is better asked on the gcc-help mailing list.
--
Joel Sherrill, Ph.D. Director of Research& Development
joel.sherr...@oarcorp.comOn-Line Applications Research
Ask me
anandulle wrote:
> total no of increment count :: 0
>
>
> /home/ulle/gcc/native/cprog/pg1.c: In function ‘main’:
> /home/ulle/gcc/native/cprog/pg1.c:7: internal compiler error: Segmentation
> fault
When you've been adding code to GCC and you see a seg fault crop up like
this, it u
Hi Ian, Hi Diego,
> Diego Novillo wrote:
--help=other?
That works. :-)
Actually, there already is a qualifier which will select
-fstack-protector, I had just forgotten about it:
% gcc --help=common | grep stack
-Wstack-protector Warn when not issuing stack smashing
protectio
Nick Clifton writes:
> Hi Ian,
>
>> Nick, how is gcc --help supposed to work for options which are neither
>> warnings nor optimizations? For example, -fstack-protector. Is there a
>> --help option which will display it?
>
> Yes - but only the generic "--help --verbose" rather than a more
> qua
On Tue, Jun 2, 2009 at 05:38, Nick Clifton wrote:
> I suppose we could add another qualifier along the lines of
> "--help=not-otherwise-shown" but that seems rather klunky.
--help=other?
(I've got tons of other colors for this bike shed, if needed).
Diego.
Hi Ian,
Nick, how is gcc --help supposed to work for options which are neither
warnings nor optimizations? For example, -fstack-protector. Is there a
--help option which will display it?
Yes - but only the generic "--help --verbose" rather than a more
qualified version.
My original goal w
On Nov 30, 2005, at 2:40 PM, pati (sent by Nabble.com) wrote:
I am trying to compile my code using gcc 3.3.2 provided with AMD
Au1550 development CD.
Wrong forum for this question.
$(LD) -$(ENDIAN) -T test.ld -G 0 $(OBJS) -o $(NAME).elf
Don't use ld to link, use gcc to link.
Anton Soppelsa wrote:
I wasn't able to find
information about "__DI__" (on the gcc manual pages).
The modes are defined in the internals documentation.
http://gcc.gnu.org/onlinedocs/gccint/Machine-Modes.html#Machine-Modes
By the way, do they mean Double-, Single-,
Half-, Quarter-, -Integer?
Hi Andre,
Prebuilt GCC is available (downloadable) through Apple's Developer Tools.
http://developer.apple.com/tools/xcode/index.html
HTH,
--Eljay