Recent

Author Topic: No debugger support available  (Read 12403 times)

segfault

  • Full Member
  • ***
  • Posts: 107
Re: No debugger support available
« Reply #15 on: December 30, 2019, 10:01:37 pm »
Code: Pascal  [Select][+][-]
  1. svn checkout http://svn.freepascal.org/svn/fpc/trunk fpc
  2. cd fpc
  3. make clean
  4. make all
  5. make install

How do I install to a folder other than the default? I want to install to /usr/local/

Cyrax

  • Hero Member
  • *****
  • Posts: 836
Re: No debugger support available
« Reply #16 on: December 30, 2019, 10:13:51 pm »
make install INSTALL_PREFIX="/usr/local/fpc"

segfault

  • Full Member
  • ***
  • Posts: 107
Re: No debugger support available
« Reply #17 on: December 30, 2019, 10:55:25 pm »
Thanks. I've installed 3.2 but now when I try to run it I get this message :

Quote
Error: ppcx64 can't be executed, error message: Failed to execute "ppcx64", error code: 127

'which ppcx64' returns nothing.  :(

segfault

  • Full Member
  • ***
  • Posts: 107
Re: No debugger support available
« Reply #18 on: December 30, 2019, 11:15:31 pm »
I can start the IDE and the debugger works fine. I know that the IDE uses its own version of the compiler but why can't I run fpc from the command line?

Why is it always so damn hard to get fpc working again whenever you change anything?

segfault

  • Full Member
  • ***
  • Posts: 107
Re: No debugger support available
« Reply #19 on: December 31, 2019, 09:33:22 am »
So it seems this is a bug. The compiler files aren't being copied to /usr/local/bin.

https://github.com/LongDirtyAnimAlf/Reiniero-fpcup/issues/11

 

TinyPortal © 2005-2018