This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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: Problem in gconv_conf.c


rinkal@cse.iitb.ac.in wrote:
          gconv_conf.c: In function `__gconv_get_path':
          gconv_conf.c:525: internal compiler error: Segmentation fault

        When I tried to debug using gdb, the cc1 compiler gave the
following error while making the ".s" assembly file. The command
line alos consists of
-DGCONV_PATH="/usr/home1/rinkal/Build_2.95/xyzb//lib/gconv"
      gconv_conf.c:40: error: syntax error before '/' token

Well, I guess you could look at the preprocessed source. Use -E instead of -c when building gconv_conf.c, and see if the quotes are missing. That might cause the error at line 40.

But any time you run into an ICE, and you're using an old compiler,
you're not going to get much sympathy if you don't at
least try a newer compiler.
- Dan

--
Trying to get a job as a c++ developer?  See http://kegel.com/academy/getting-hired.html

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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