tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] A few question


From: Peter Finderup Lund
Subject: Re: [Tinycc-devel] A few question
Date: Tue, 11 Feb 2003 22:12:13 +0100 (MET)

On Tue, 11 Feb 2003, Kieron Dunbar wrote:

> >> I tried compiling a program with -b, but it gives a seg fault as soon as I
> >> try to run it. Is there a way I can find out what is causing the problem?
> > Run the version of tcc with debugging symbols under gdb, wait until it
> > crashes and type bt (for backtrace).  Send that to the list.
>
> Sorry if I wasn't very clear. tcc isn't crashing here, the program tcc creates
> is.

Okay -- make tcc compile your program with debugging symbols (-g), run it
under gdb, wait until it crashes and type bt.  Send the resulting
backtrace to the list.

That should at least tell you what part of your program tcc doesn't
compile correctly if you can't figure it out by other means.

-Peter





reply via email to

[Prev in Thread] Current Thread [Next in Thread]