Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
gnu . gcc . help
This is a Usenet group - learn more
Find or start a Google Group about gcc.
Group info
Language: English
Group categories: Not categorized
More group info »
Related Groups
GNU C++ compiler (G++) user queries and answers.
Low activity, Usenet
Q&A for people programming under Unix.
Medium activity, Usenet
Discussion about C.
High activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 30064  Older »
Description: GNU C Compiler (gcc) user queries and answers.
 

Scenarios 
  Hi, What could be the scenarios that will cause the below error - warning: dereferencing type-punned pointer will break strict-aliasing rules Thx in advans, Karthik Balaguru
By karthikbalaguru  - 8:05am - 3 new of 3 messages    

Help! Using Different version GCC generate different object file (for same source file) 
  Dear all: The title is confusing, i try to explain here clearly: There are two server we using now: one is linux server with the GCC version (3.4.5); the other one is the Sun server with GCC version (2.95.3) There is one application which we will filter some message infor through the object file.... more »
By xugang  - Nov 22 - 3 new of 3 messages    

How do we find out which object file is pulled in by the linker? 
  Hi, Two object files foo_1.o and foo_2.o each have the same function a() defined and they have no other functions. foo_1.o is in a library specified prior to the library including foo_2.o The linker would pull in only foo_1.o in this case. What option can I give to gcc / ld to verify the above statement?... more »
By Pritam  - Nov 20 - 3 new of 3 messages    

ld.so? 
  Hi all where is ld.so come from? I cannot find it in glibc. Please help thanks from Peter (cmk...@hotmail.com)
By Peter  - Nov 15 - 1 new of 1 message    

Wrong string address 
  Hello. I have a problem with both GCC 3.4.6 and 4.4.2, both cross- compilers that target i586-elf. It's the fact that addresses of strings are not correct in the generated code. I'm trying to build this example of a simple operating system - [link] 1. Using MinGW to compile them generates this:... more »
By Grunt  - Nov 14 - 1 new of 1 message    

Link to rom code 
  Hi, I'm trying to link a program to some rom code. I have an elf file of the rom code (rom.elf) which if fully relocated. I use a linker script similar to this to link my application with the rom code: SECTIONS { .rommed 0xa00e0000 : { rom.elf } .text 0xa0000000 :... more »
By Fabrice  - Nov 12 - 1 new of 1 message    

Target list gcc 
  Hello to all, I must build a cross-gcc for an ARM processor to run on PC-Windows. I think that I have all I need, cygwin, the gcc sources, I hope all the needed libraries .. Only one thing is missing to me : the target name. I have looked on the net, I did not find anywhere the convention for the target name.... more »
By Sax'n Cat - 34  - Nov 11 - 2 new of 2 messages    

Error reports while compiling 
  Hi! When compiler finds error in code it reports like this: <Full path to source file>:<Line number with error>:<description> Can gcc compiler report errors showing source's filename instead of full path to source? PS: I am using MinGW.
By Eugene M.  - Nov 10 - 1 new of 1 message    

how to enable gcov for embed cross compilers? 
  I've built gcc 4.3.3 as a cross compiler for the psp (mips allegrex) and out of the box it builds gcov. I can compile with -fprofile-arcs - ftest-coverage and it instruments the code and links to the libgcov.a without any erros, i put the generated elf into the psp and run it but no .gcda file is generated. I looked into what libgcov.a contains and... more »
By jetcube  - Nov 5 - 1 new of 1 message    

help on - instruction scheduling passes in gcc 
  Hi All, Our project is to optimize instruction scheduling in gcc by detecting structural hazards. We are trying to understand the two instruction scheduling passes(pass_sched and pass_sched2) and have the following doubts regarding the same. We are currently looking at schedule_insns() method and not selective scheduler.... more »
By Dhiraj  - Nov 3 - 2 new of 2 messages    

1 - 10 of 30064   « Newer | Older »

XML      
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google