Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

This is very close to this questionthis question, and the same answeranswer applies.

However, in case you’d prefer to edit your project properties in GPS via the Project > Properties dialog:

  1. go to the Switches tab (on the left hand side)

  2. go to the Binder tab (at the top)

  3. tick the Shared GNAT run time checkbox.

While you’re there, tick the Store call stack in exceptions checkbox too; this can help debugging an unhandled exception (the binder switch is -E).

This is very close to this question, and the same answer applies.

However, in case you’d prefer to edit your project properties in GPS via the Project > Properties dialog:

  1. go to the Switches tab (on the left hand side)

  2. go to the Binder tab (at the top)

  3. tick the Shared GNAT run time checkbox.

While you’re there, tick the Store call stack in exceptions checkbox too; this can help debugging an unhandled exception (the binder switch is -E).

This is very close to this question, and the same answer applies.

However, in case you’d prefer to edit your project properties in GPS via the Project > Properties dialog:

  1. go to the Switches tab (on the left hand side)

  2. go to the Binder tab (at the top)

  3. tick the Shared GNAT run time checkbox.

While you’re there, tick the Store call stack in exceptions checkbox too; this can help debugging an unhandled exception (the binder switch is -E).

Source Link
Simon Wright
  • 25.5k
  • 2
  • 41
  • 68

This is very close to this question, and the same answer applies.

However, in case you’d prefer to edit your project properties in GPS via the Project > Properties dialog:

  1. go to the Switches tab (on the left hand side)

  2. go to the Binder tab (at the top)

  3. tick the Shared GNAT run time checkbox.

While you’re there, tick the Store call stack in exceptions checkbox too; this can help debugging an unhandled exception (the binder switch is -E).