This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Using GCC/GDB from within Eclipse - stopped working?

Has anyone had the problem recently of trying to make or debug from within GCC and hitting an exception immediately? I believe I picked up an update to Eclipse because after closing Eclipse and reopening, I hit this error on projects that have been rock-solid. If I find anything out, I'll posts, but I'm wondering if this has happened to others recently. I've probably had Eclipse open for 2-3 weeks, so that's the time frame. Note: the exception is not in Eclipse itself, but I believe it's use of an external GNU tool or tools? Grr.

Parents
  • Here's an example of output from an attempted build. You can see that the makefile starts to be processed, evidenced by the debug output. It seems to choke when it tries to compile the first source file:

    13:36:22 **** Build of configuration Default for project pacpow_p5 **** make -f Makefile.barebones.mak debug OUTPUT_PATH = BARE build-directories is BARE_build hex is BARE_build\BARE_s110.100.1.hex hexconfig is BARE_build\BARE_s110.cfg.hex targets is BARE_build\BARE_s110.100.1.hex BARE_build\BARE_s110.100.1.sum.hex BARE_build\BARE_s110.100.1.all.hex BARE_build\BARE_s110.100.1.icast.hex BARE_build...icast.hex BARE_build\BARE_s110.100.1.bin BARE_build/BARE_s110.out ICAST_BUFFER = 0x2F000
    make: Interrupt/Exception caught (code = 0xc00000fd, addr = 0x4227d3)

    13:36:22 Build Finished (took 223ms)

Reply
  • Here's an example of output from an attempted build. You can see that the makefile starts to be processed, evidenced by the debug output. It seems to choke when it tries to compile the first source file:

    13:36:22 **** Build of configuration Default for project pacpow_p5 **** make -f Makefile.barebones.mak debug OUTPUT_PATH = BARE build-directories is BARE_build hex is BARE_build\BARE_s110.100.1.hex hexconfig is BARE_build\BARE_s110.cfg.hex targets is BARE_build\BARE_s110.100.1.hex BARE_build\BARE_s110.100.1.sum.hex BARE_build\BARE_s110.100.1.all.hex BARE_build\BARE_s110.100.1.icast.hex BARE_build...icast.hex BARE_build\BARE_s110.100.1.bin BARE_build/BARE_s110.out ICAST_BUFFER = 0x2F000
    make: Interrupt/Exception caught (code = 0xc00000fd, addr = 0x4227d3)

    13:36:22 Build Finished (took 223ms)

Children
No Data
Related