Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged gcc

0 votes
669 views
1 answer
    I want to use #pragma (in Xcode) to suppress the warning: warning: instance method '-someMethod' not found (return type ... ~~~~~~~~~~~~~ See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
625 views
1 answer
    According to this answer,it should print all function names: [root@ test]# cat hw.c #include <stdio.h> int func( ... it's not working for me? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
512 views
1 answer
    I'm not sure what a good subject line for this question is, but here we go: In order to force code ... printf@plt, not the "resolved" one. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
587 views
1 answer
    I'm not sure what a good subject line for this question is, but here we go: In order to force code ... printf@plt, not the "resolved" one. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
615 views
1 answer
    I write a boot loader in asm and want to add some compiled C code in my project. I created a test function here ... But i can't call org 0x7C00 See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
648 views
1 answer
    I want to use #pragma (in Xcode) to suppress the warning: warning: instance method '-someMethod' not found (return type ... ~~~~~~~~~~~~~ See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
552 views
1 answer
    According to this answer,it should print all function names: [root@ test]# cat hw.c #include <stdio.h> int func( ... it's not working for me? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
476 views
1 answer
    I'm not sure what a good subject line for this question is, but here we go: In order to force code ... printf@plt, not the "resolved" one. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
737 views
1 answer
    To debug my application (fortran 90) I want to turn all NaNs to signalling NaN. With default settings ... wrong floating operation reside. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
601 views
1 answer
    I'm trying to use the C++0x unique_ptr class inside a map like so: // compile with `g++ main.cpp -std=gnu++0x ... (Ubuntu 4.4.3-4ubuntu5) 4.4.3 See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
686 views
1 answer
    I have this line in fortran and I'm getting the compiler error in the title. dFeV is a 1d array of ... allocate more space for that computation. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
476 views
1 answer
    So I am doing 2 modules which are linking to the main program. The first one has all the variables defined ... close(1) end program wykres See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
646 views
1 answer
    I have created a simple hello world using NASM which calls printf and _exit from libc but does not use main. extern ... .19, and GCC 4.9.1 See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
793 views
1 answer
    Im learning to use intrinsics instead of asm-inlining. Yesterday, they were working but I always get error today. ... < endl; return 0; } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
800 views
1 answer
    I need to write a C macro that checks to ensure all parameters passed to it are unsigned and of the same integer ... assert in C [my own answer] See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
647 views
1 answer
    I was trying to come up with inline assembly for gcc to get both division and modulus using single divl instruction. ... me on this? Thank you. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.9k views
1 answer
    There's a C++ code: #include <stdio.h> int main() { int b = sizeof('a'); if(b==4) printf( ... gcc may miss. Many thanks for your considerations See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I'm learning Pthreads. My code executes the way I want it to, I'm able to use it. But it gives me a warning ... ; } How can I fix this warning? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
466 views
1 answer
    I'm trying to learn skills useful in firmware modding (for which i don't have source code) These questions ... return addr + 1 automatically? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
821 views
1 answer
    I viewed the source code of __libc_init_array from http://newlib.sourcearchive.com/documentation/1.18.0/init_8c ... of these symbols? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
788 views
1 answer
    When building a binary or library, specifying the rpath, i.e. -Wl,rpath,<path/to/lib> tells the linker where to ... and not of the link target. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
615 views
1 answer
    I have some C source files and I am using gcc. I basically want to compile all of them and create one single ... , in this case please tell me. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
922 views
1 answer
    I've got a binary "CeeloPartyServer" that needs to find libFoundation.so at runtime, on a FreeBSD machine. They' ... $ORIGIN. What am I missing? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
713 views
1 answer
    I am using opensuse, specific the variant on mono's website when you click vmware I get this error. Does anyone ... full text can be found here See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
582 views
1 answer
    Do standard C library implementations, especially glibc (the GNU C Library) provide linked lists, stack et al. data ... roll our own? Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
854 views
1 answer
    When you want to build something that's debuggable (g++ specifically, but perhaps shares an answer with gcc), ... how badly things jump around. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I'm building tool for testing ansi c applications. Simply load code, view control flow graph, run test, mark all ... -cfg or -fdump-tree-vcg? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I'm trying to optimize some matrix computations and I was wondering if it was possible to detect at ... these newer instruction optimizations. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...