Recent

Author Topic: fpcupdeluxe problem  (Read 843 times)

justnewbie

  • Sr. Member
  • ****
  • Posts: 292
fpcupdeluxe problem
« on: May 03, 2019, 04:03:01 pm »
This is my many attempts to make fpcupdeluxe (FUD) work, so far nothing success. Error messages after error messages ...
Because I need to make cross-compiling, thought that I give fpcupdeluxe a new shot.
(Couldn't make smooth cross-compile with my usual install of Lazarus, see picture 1.)
My system is a 64 bit linux.

Well, I deleted the previous Lazarus installation.
Then, I run sudo apt-get install subversion.
Started the FUD and selected the FPC 3.0.4 and Lazarus Trunk. >> Install
These are the logs: log1 and log2 attached.
Any solution?


lucamar

  • Hero Member
  • *****
  • Posts: 4219
Re: fpcupdeluxe problem
« Reply #1 on: May 03, 2019, 04:34:54 pm »
What the picture shows is the normal dialog shown when you compile without debug info (for example, in "Release" mode) but you try to start a debugging session, like by whacking F9.

It's a nuisance but it's harmless: just re-run with Shift+Ctrl+F9 or "Run->Run without debugging"

Of course, for a cross-compiled binary your system must be able to run it: for example if your system is 64 bit and the binary is 32 bit odds are it will be able. But if the cross-compiled is for ARM and you are in an Intel machine ... bad luck :)

No idea about the FUD problems, sorry
Turbo Pascal 3 CP/M - Amstrad PCW 8256 (512 KB !!!) :P
Lazarus/FPC 2.0.8/3.0.4 & 2.0.12/3.2.0 - 32/64 bits on:
(K|L|X)Ubuntu 12..18, Windows XP, 7, 10 and various DOSes.

justnewbie

  • Sr. Member
  • ****
  • Posts: 292
Re: fpcupdeluxe problem
« Reply #2 on: May 03, 2019, 05:20:15 pm »
Thank you for the debug info!

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: fpcupdeluxe problem
« Reply #3 on: May 04, 2019, 10:56:17 am »
About the "FUD"-problems.
This could be related to parallel make (jobs).
You could try to disable this in Setup+.
See checkbox: "Use jobs for GNU make"

 

TinyPortal © 2005-2018