Google Groups Home
Help | Sign in
gnu . gcc . help
This is a Usenet group - learn more
Find or start a Google Group about gcc.
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 29733  Older »
Description: GNU C Compiler (gcc) user queries and answers.
 

Preprocessing 
  Hi, I've a question about preprocessing of code. Let's say I've these three files: // File: b.h ...typedef int int_least8_t; typedef unsigned int uint_least8_t; ...///////////// // File b.c ...int main() { return 0; ...///////////// // File a.c ...int foo() { return; ...///////////// I would like to get the preprocessed file where all includes and... more »
By Tim Frink  - Aug 27 - 2 new of 2 messages    

Help organizing static libraries 
  My company builds a system that has to be supported across multiple platforms (CentOS 3.8/32-bit, CentOS 4.5/64-bit, CentOS 5.2/64-bit, and Windows/32-bit on VC7 and VC8). Our system makes use of several OSS libraries that take a long time to build. These libs do not get updated often (say every 12-18 months) so... more »
By Derekasaurus Rex  - Aug 26 - 1 new of 1 message    

New signing key for gcc-4.3.1??? 
  I am attempting to formalize my process for obtaining and building gcc for various platforms. (At this point, I only need to build from the release tarballs, and not from the svn repository.) So I have read through the instructions on the website and ran into one small issue - according to the web page ([link]), archives... more »
By michael.young@paetec.com  - Aug 22 - 1 new of 1 message    

How to link builti-in functions such as ``puts'' with ``ld''? 
  Hello, Here is a simple question. I want to get the binary file ``a'' through these two steps. My resource is --- ;hello.asm section .text extern puts global main _start: push dword msge; call puts; add esp, byte 4; ret; msge : db "hello, world!", 0 === and I use the following commands to create file ``a''... more »
By julianliur...@tom.com  - Aug 22 - 2 new of 2 messages    

Hierarchical Library Linking 
  Hello all, I have a hierarchy of static libraries that i'm trying to link togethers. The reason it is set up this way is to have lower level math routines, higher level math routines, and then control software. Where set of the math routines is complied into a static library. I've setup some simple files to try to figure this out:... more »
By stheria...@gmail.com  - Aug 21 - 3 new of 3 messages    

Cross compiling for powerpc on AMD64 
  Hi there, I found a very nice flag: -m32. Then all I had to do is install a gcc-multilib (whatever that means) and I could generated 32bits exe on my amd64 linux debian box. Well now I would like to do the same but for powerpc. I tried: - mcpu=powerpc but it says the is a deprecated option. What should I use... more »
By mathieu  - Aug 19 - 1 new of 1 message    

Executable crash (linking application with third party library compiled using different version) 
  Hi, My executable is getting crashed when i am building my application using gcc version 4.1.2 and linking with th e third party library compiled using gcc version 3.2.3. Could you please tell me the reason of the carsh? Is it happening due to the different glibc version? Thanks Manoj
By manoj  - Aug 19 - 2 new of 2 messages    

forced unwind support error trying to cross compile glibc 
  Hi All, I'm trying to cross compile glibc for the i386 target. I'm using glibc 2.7, binutils 2.18 and gcc 4.3.1 and the host PC is 64bit Centos AMD. In the configure phase the glibc build gives this error msg: checking for i386 TLS support... yes running configure fragment for nptl/sysdeps/pthread checking for forced unwind support... no... more »
By fred  - Aug 18 - 1 new of 1 message    

printing calling function's name from __cyg_profile_func_enter / exit? 
  Hi, is there any way to print the calling function's name from the hooks __cyg_profile_func_enter and __cyg_profile_func_exit? __func__ or __PRETTY_FUNCTION__ does not work, as it will just print the names of the hooks. But as the hooks get the calling function's address passed, I was hoping that it may... more »
By Christof Warlich  - Aug 16 - 1 new of 1 message    

O_DIRECTORY and -D__USE_GNU 
  Hello Everybody, I am just beginning to learn Linux System Programming from the book by Robert Love. I was having trouble using the O_DIRECTORY bit with the open system call. gcc would not recognize O_DIRECTORY. The file fcntl.h shows that __USE_GNU has to be defined to use it. Now, if I try to compile the program using:... more »
By Santanu  - Aug 14 - 4 new of 4 messages    

1 - 10 of 29733   « Newer | Older »

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