-
as seen on Super User
- Search for 'Super User'
I am compiling quite big project from source. The compilation always ends with:
error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive]
I have already compiled this project one year ago. So I know a solution to this. Actualy I found more solutions:
Adding a typecast to appropriate…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Just curious. Using gcc/gdb under Ubuntu 9.10.
Reading a C book that also often gives the disassembly of the object file. When reading in January, my disassembly looks a lot like the book's; now, it's quite different - possibly more optimized (I notice some re-arrangements in the assembly code now…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I tried to install gcc 4.5 on ubuntu 10.04 but failed.
Here is a compile error that I don't know how to solve. Is there anyone successfully install the latest gcc on ubuntu?
Following is my steps and the error message, I'd like to know where is the problem....
Step1: download these files:
gcc-core-4…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
$ yum list | grep gcc
arm-gp2x-linux-gcc.i686 4.1.2-11.fc12 @fedora
arm-gp2x-linux-gcc-c++.i686 4.1.2-11.fc12 @fedora
gcc.i686 4.4.3-4.fc12 @updates
libgcc.i686 …
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I need a fun oky.
I just love this openmoko hardware and hacking into it. Please could somebody help me
to compile qemu.I 'm so sad and I want to compile qemu and it required the GCC3.x
and then I downloaded gcc 3.2 but when I configure it and build it, it gives a very
sad error message.
G_FOR_TARGET="…
>>> More