This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: preprocessor/6084: cpp Segmentation Fault


On Mon, Apr 15, 2002 at 11:25:25AM -0700, Gerwin, Joshua A wrote:
> (gdb) break maybe_print_line
> Cannot access memory at address 0x3c28

You built the compiler as a 64-bit binary didn't you?

(1) 64-bit sparc code isn't stable in gcc 3.0,
(2) Use -mcmodel=medlow to link the application below 4GB so
    that stabs debugging can function properly.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]