README 475 B

12345678910111213141516171819
  1. You can have a fp.cfg file in the same directory as fp.exe. It works the
  2. same as ppc386.cfg
  3. To compile the IDE you need to choose whether to build with or without
  4. debugger (gdb) support. When debugger support is used a check will be
  5. done if libgdb.a is available. If this is not available then it will
  6. automatically fallback to create the IDE without debugger support.
  7. To build with debugger support (default):
  8. make gdb
  9. To build without debugger support:
  10. make nogdb