This is the wrong mailing list for your question, please read
https://gcc.gnu.org/lists.html (and don't put your entire email in the
Subject: line please).
The MinGW compiler can be used to create console applications or GUI
applications. The default is -mconsole, which means the linker looks
for
On 4 February 2018 at 14:34, Rakshitha H wrote:
> In my laptop,it shows gcc is not recognized as internal or external command
Then you probably need to install it.
https://gcc.gnu.org/wiki/InstallingGCC
In my laptop,it shows gcc is not recognized as internal or external command
from some internal representation.
> Now I wonder if this is possible with gcc. Is there a
> documented/stable interface for compiling snippets of C code
> programatically from inside a C program? If not, how much work would
> it involve? Would it be possible to do certain initialisation st
Hello,
Some compilers feature function call interfaces for on-the-fly
compilation (C# and lcc).
Now I wonder if this is possible with gcc. Is there a documented/stable
interface for compiling snippets of C code programatically from inside a
C program? If not, how much work would it involve
Ian Lance Taylor wrote:
> Georg-Johann Lay writes:
>
>> The avr backend auto-generates a part of the texi documentation by
>> means of a small C program. The relevant part of t-avr reads:
>>
>> s-avr-mmcu-texi: gen-avr-mmcu-texi$(build_exeext)
>> $(
Georg-Johann Lay writes:
> The avr backend auto-generates a part of the texi documentation by
> means of a small C program. The relevant part of t-avr reads:
>
> s-avr-mmcu-texi: gen-avr-mmcu-texi$(build_exeext)
> $(RUN_GEN) $< | sed -e 's:\r::g' > avr-mmcu
The avr backend auto-generates a part of the texi documentation by means
of a small C program. The relevant part of t-avr reads:
s-avr-mmcu-texi: gen-avr-mmcu-texi$(build_exeext)
$(RUN_GEN) $< | sed -e 's:\r::g' > avr-mmcu.texi
There was a problem report that the exec
On Jul 20, 2006, at 2:55 PM, [EMAIL PROTECTED] wrote:
I have a C program that I need to compile
This is the wrong list for such question.
Hey, guyz.
I have a C program that I need to compile using gcc.
The problem is that there are many callback-functions in the code.
And when I try to do that, the code compiles Ok, but it doesn't link
crashing with 'undefined refence' exception.
Any ideas how to avoid that?
Tnx.
William Beebe writes:
>
>... If you want what LXR provides (and yes, I looked it up) then get
Doxygen
>
Not only does Doxygen not meet my requirements, but also it doesn't make
much sense to me for each cross-reference tool to implement its own source
code parser and symbol database when the
Or probably using sourcenav software from sourcenav.sourceforge.net
Daniel Berlin wrote:
On Fri, 2005-05-13 at 14:49 -0500, Paul Albrecht wrote:
Eric writes:
-Wl,-Map=mapfile.map,--cref
I'm not looking for a cross-reference from a symbol to its memory location
in linked file, rather a cross-refere
m the compiler because I want to write
> a source code browser like LXR. That's why I asked the question. Again, is
> there a way to generate a cross-reference listing for a c/c++ program using
> gcc? If not, the has anyone considered adding a gcc compiler option to
> output cross-reference information?
>
>
estion. Again, is
there a way to generate a cross-reference listing for a c/c++ program using
gcc? If not, the has anyone considered adding a gcc compiler option to
output cross-reference information?
current Linux distributions.
On 5/13/05, Paul Albrecht <[EMAIL PROTECTED]> wrote:
> Is there a way to generate a cross reference listing for a c/c++ program
> using gcc?
>
>
On Fri, 2005-05-13 at 14:49 -0500, Paul Albrecht wrote:
> Eric writes:
>
> >
> > -Wl,-Map=mapfile.map,--cref
> >
>
> I'm not looking for a cross-reference from a symbol to its memory location
> in linked file, rather a cross-reference from a symbol definition in a
> program source file to its lin
Eric writes:
>
> -Wl,-Map=mapfile.map,--cref
>
I'm not looking for a cross-reference from a symbol to its memory location
in linked file, rather a cross-reference from a symbol definition in a
program source file to its line number references in all the program source
files.
Paul Albrecht wrote:
Is there a way to generate a cross reference listing for a c/c++ program
using gcc?
-Wl,-Map=mapfile.map,--cref
Docs for -Wl option:
<http://gcc.gnu.org/onlinedocs/gcc-4.0.0/gcc/Link-Options.html#Link-Options>
Docs for linker options (-Map, --cref):
<http://sourc
Is there a way to generate a cross reference listing for a c/c++ program
using gcc?
Hi folks,
I recently noticed that the command line 'linuxconf' program has
text-based colors in its interface... How would it be possible for me
to utilize these colors in my own C, or C++, program? I remember doing
this with ANSI colors back when I used to run my own PCBoard from
21 matches
Mail list logo