Welcome, Guest
Username: Password: Remember me
CodeTyphon Linux OS Development, discussions and problems
  • Page:
  • 1

TOPIC:

CT 5.8 on Linux Mint 18 Sarah 7 years 8 months ago #9839

  • Libaud
  • Libaud's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 21
  • Thank you received: 0
Hi all,

I was migrate recently on Linux Mint Sarah (release 18) with install of CT 5.8 on amd x64 platform.

I've found that the fpc.cfg doesn't respect indication defined in pilotlogic.com/sitejoom/index.php/wiki?id=398.
So you need to verify it and correcting it and the problem existing to for the 32 bit release of fpc.
Frédéric Libaud, Digital Expert

Please Log in or Create an account to join the conversation.

CT 5.8 on Linux Mint 18 Sarah 7 years 8 months ago #9845

  • Libaud
  • Libaud's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 21
  • Thank you received: 0
This is the part of the fpc.cfg where there's problem, started at line 148 :

-Fl/usr/lib64
-Fl/usr/lib/x86_64-linux-gnu
-Fl/usr/lib/gcc/x86_64-linux-gnu/4.9
-Fl/usr/lib/gcc/x86_64-linux-gnu/4.8
-Fl/usr/lib/gcc/x86_64-linux-gnu/4.7
-Fl/usr/lib/gcc/x86_64-linux-gnu/4.6
-Fl/usr/lib/gcc/x86_64-linux-gnu/4.2.3
-Fl/usr/lib64/gcc/x86_64-unknown-linux-gnu/4.7.4
-Fl/usr/lib/gcc/x86_64-redhat-linux/4.8.2
-Fl/usr/lib64/gcc/x86_64-suse-linux/4.8/
-Fl/usr/lib/gcc/x86_64-redhat-linux/4.8.3

And the correction :

-Fl/usr/lib32
-Fl/usr/libx32
-Fl/lib/i386-linux-gnu
-Fl/lib32
-Fl/libx32
-Fl/usr/lib/i386-linux-gnu/mesa/
-Fl/usr/lib/gcc/x86_64-linux-gnu/5/32
-Fl/usr/lib/gcc/x86_64-linux-gnu/5/x32
-Fl/usr/lib/gcc/x86_64-linux-gnu/4.9/32
-Fl/usr/lib/gcc/x86_64-linux-gnu/4.8/32
-Fl/usr/lib/gcc/x86_64-linux-gnu/4.7/32
-Fl/usr/lib/gcc/x86_64-linux-gnu/5/
-Fl/usr/lib/gcc/x86_64-linux-gnu/4.9/
-Fl/usr/lib/gcc/x86_64-linux-gnu/4.8/
-Fl/usr/lib/gcc/x86_64-linux-gnu/4.7/
Frédéric Libaud, Digital Expert

Please Log in or Create an account to join the conversation.

CT 5.8 on Linux Mint 18 Sarah 7 years 8 months ago #9846

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Sir
CodeTyphon use 2xfpc.cfg files on MultiArch Installations
For 32bits :usr/local/codetyphon/fpc/fpc32/bin/i386-linux/
For 64bits :usr/local/codetyphon/fpc/fpc64/bin/x86_64-linux/

Your suggestion is for 64bit fpc.cfg ?
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

CT 5.8 on Linux Mint 18 Sarah 7 years 8 months ago #9849

  • Libaud
  • Libaud's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 21
  • Thank you received: 0
Ok thanks,

I've two machin with intel x86 and amd x64. The use of of 2xfpc.cfg wasn't precise on the wiki.

And 2xfpc.cfg wasn't present on my two config.
Frédéric Libaud, Digital Expert

Please Log in or Create an account to join the conversation.

CT 5.8 on Linux Mint 18 Sarah 7 years 8 months ago #9852

  • Libaud
  • Libaud's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 21
  • Thank you received: 0
I've made a refresh clean full install but no 2xfpc.cfg present my system.

The compile working correctly but linking is in error :

Compilation du projet, CPU : i386 - Cible : App32 : Code de sortie 256 - Erreurs : 1
/usr/local/codetyphon/fpc/fpc64/bin/x86_64-linux/i386-linux-ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbegin.o when searching for /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbegin.o
/usr/local/codetyphon/fpc/fpc64/bin/x86_64-linux/i386-linux-ld: cannot find /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbegin.o
App32.lpr(20,1) Error: Error while linking
Frédéric Libaud, Digital Expert

Please Log in or Create an account to join the conversation.

CT 5.8 on Linux Mint 18 Sarah 7 years 3 months ago #10453

  • skull auc
  • skull auc's Avatar
  • Offline
  • New Member
  • New Member
  • rock'n'lol
  • Posts: 8
  • Thank you received: 1
.
nyargh!

Please Log in or Create an account to join the conversation.

Last edit: by skull auc.
  • Page:
  • 1