I'm getting a totally bizzare error trying to compile a C program using GCC. Here is the batch file I am using:
echo Now compiling, assembling, and linking the core:
nasm -f aout ...
|
I'm working on writing a kernel, and I have a few friends working with me on the project. We've been using DJGPP to compile the project for a while, but we're ... |
I haven't done C in a long time. I'd like to compile this program, but I have no idea how to proceed. It seems like the ... |
I have a C program which has a function call that is defined in windows.h (which I have included), however, when I try and compile it with gcc, I get ... |
I have to optimize a piece of code using SSE extensions. My target platforms are Windows and Linux, so I build my application using MS compiler (VStudio) and GCC compiler.
What approach ... |
I have written an application in C, which runs as a Windows service. Most users can run the app without any problems, but a significant minority experience crashes caused by an ... |
How do I compile the example files?
It keeps saying it cant find the library but even after i manually added the 30 or so library folders with -I argument to gcc ... |
|
Visual studio is ok, but i really hate the fact that you have to go through all the process of project creation just to compile one source file. Is there any ... |
I'm currently using MinGW with a gcc 4.6 (nuwen distribution, also tried another one) and whenever an exception is about to be thrown in my application, the application crashes and I ... |
|
Hi all, Currently, I have been compiling my school projects on our unix machines, ya know, connecting via x windows or putty as a terminal, and also using an FTP program to transfer files. More importantly, I have been doing this because I don't have any Microsoft Visual Studio on my home computer, so I use the Unix's GCC to compile ... |
Iam new to this forum and new to c programmin. Help me if you can The program compiles and it works ok until certain extend. This are some few things that i see the program is not working as it suppose too. 1. The save function or when i save a new question and the answers. It prints "write operation completed ... |
Hello I was doing a home work assignment for my C programming class and I came across a problem. The assignment is a simple program that demonstrates how to use the "continue" statement. Code: // Fig. 4.12 fig04_12.c // Using the continue statement in a for statement #include int main() { int x; for ( x = 1; x <= ... |
|
This might be a stupid question, but I'm a little stuck as to what to do. I'm trying to install the GCC C compiler onto my Windows PC, although I'm not sure how to do it. I installed Cygwin and it contains some web pages detailing how to build it. The only problem is that, it isn't recognising the the command ... |
I've been given an install CD as part of a programming course. The installation has a combined gcc & SciTE installer. I've installed this onto a Windows 7 PC but when I create a program in SciTE none of the compiler related options (Compile, Build, Go) are enabled in the Tools menu. I've added the following folders (C:\Program Files\gcc\bin & C:\Program ... |