Failed to Execute "ppc386" nach FPC Update ..

Für Installationen unter Linux-Systemen
Antworten
Benutzeravatar
corpsman
Lazarusforum e. V.
Beiträge: 1498
Registriert: Sa 28. Feb 2009, 08:54
OS, Lazarus, FPC: Linux Mint Mate, Lazarus GIT Head, FPC 3.0
CPU-Target: 64Bit
Wohnort: Stuttgart
Kontaktdaten:

Failed to Execute "ppc386" nach FPC Update ..

Beitrag von corpsman »

Hossa,

Ich wollte mal probieren den FPC auch aus dem SVN zu laden.

Also habe ich die Schritte von Hier befolgt und die SVN Version heruntergeladen.

Danach ein "make clean all" und das ganze schien zu laufen.

Im Lazarus habe ich dann noch die entsprechenden Pfade umgebogen, in der Hoffnung das er nun den neuen FPC nutzt. Das schien auch zu gehen/ bzw war ich mir nicht recht sicher, also löschte ich alle alten FPC Teile ( mittels Synaptic ) und dann hab ich ( und das wahr wohl der Fehler )

/usr/bin/fpc

und

/usr/lib/fpc

gelöscht.

Und seither schreibt mir Lazarus stets

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

Wenn ich egal was compilieren will.

Auch ein erneutes Make Clean all im FPC verzeichniss hilft leider nicht

corpsman@corpsman2:~/fpc$ make clean all
make: /usr/bin/ppc386: Command not found
..

dabei habe ich gar keinen PowerPC, könnt ihr mir evtl ein klein wenig weiterhelfen ?

leider hat ein erneutes Installieren des FPC mittels Synaptik auch nicht geholfen, so das ich nun am Ende bin mit meinel Latein ..
--
Just try it

monta
Lazarusforum e. V.
Beiträge: 2809
Registriert: Sa 9. Sep 2006, 18:05
OS, Lazarus, FPC: Linux (L trunk FPC trunk)
CPU-Target: 64Bit
Wohnort: Dresden
Kontaktdaten:

Re: Failed to Execute "ppc386" nach FPC Update ..

Beitrag von monta »

also ppc386 heißt das immer ;)
Das hat nichts mit PowerPc zu tun, auch wenn man das meinen könnte.

Hilft dir ein make install nach deinem make all?

Code: Alles auswählen

all Alias for build
build Build a new compiler and all packages
install Install newly build files
zipinstall Create zip/tar of installed files
singlezipinstall Alias for zipinstall
Johannes

Benutzeravatar
corpsman
Lazarusforum e. V.
Beiträge: 1498
Registriert: Sa 28. Feb 2009, 08:54
OS, Lazarus, FPC: Linux Mint Mate, Lazarus GIT Head, FPC 3.0
CPU-Target: 64Bit
Wohnort: Stuttgart
Kontaktdaten:

Re: Failed to Execute "ppc386" nach FPC Update ..

Beitrag von corpsman »

Der Fehler bleibt der Selbe, Komisch ist ja das ich da gar nichts gelöscht habe

corpsman@corpsman2:~$ cd fpc/
corpsman@corpsman2:~/fpc$ make install
make: /usr/bin/ppc386: Command not found
make: /usr/bin/ppc386: Command not found
make: /usr/bin/ppc386: Command not found
make: /usr/bin/ppc386: Command not found
make: /usr/bin/ppc386: Command not found
make compiler_cycle RELEASE=1
make[1]: /usr/bin/ppc386: Command not found
make[1]: Entering directory `/home/corpsman/fpc'
make[1]: /usr/bin/ppc386: Command not found
make[1]: /usr/bin/ppc386: Command not found
make[1]: /usr/bin/ppc386: Command not found
make[1]: /usr/bin/ppc386: Command not found
make -C compiler cycle
make[2]: /usr/bin/ppc386: Command not found
make[2]: Entering directory `/home/corpsman/fpc/compiler'
make[2]: /usr/bin/ppc386: Command not found
make[2]: /usr/bin/ppc386: Command not found
make[2]: /usr/bin/ppc386: Command not found
make[2]: /usr/bin/ppc386: Command not found
make tempclean ppc3.exe
make[3]: /usr/bin/ppc386: Command not found
make[3]: Entering directory `/home/corpsman/fpc/compiler'
make[3]: /usr/bin/ppc386: Command not found
make[3]: /usr/bin/ppc386: Command not found
make[3]: /usr/bin/ppc386: Command not found
make[3]: /usr/bin/ppc386: Command not found
/bin/rm -f ppcross ppc ppc1.exe ppc2.exe ppc3.exe ./msg2inc.exe pp1.wpo pp2.wpo
make 'OLDFPC=' next
make[4]: /usr/bin/ppc386: Command not found
make[4]: Entering directory `/home/corpsman/fpc/compiler'
make[4]: /usr/bin/ppc386: Command not found
make[4]: /usr/bin/ppc386: Command not found
make[4]: /usr/bin/ppc386: Command not found
make[4]: /usr/bin/ppc386: Command not found
make rtlclean rtl
make[5]: /usr/bin/ppc386: Command not found
make[5]: Entering directory `/home/corpsman/fpc/compiler'
make[5]: /usr/bin/ppc386: Command not found
make[5]: /usr/bin/ppc386: Command not found
make[5]: /usr/bin/ppc386: Command not found
make[5]: /usr/bin/ppc386: Command not found
make -C clean
make: Entering an unknown directory
make: *** clean: No such file or directory. Stop.
make: Leaving an unknown directory
make[5]: *** [rtlclean] Error 2
make[5]: Leaving directory `/home/corpsman/fpc/compiler'
make[4]: *** [next] Error 2
make[4]: Leaving directory `/home/corpsman/fpc/compiler'
make[3]: *** [ppc1.exe] Error 2
make[3]: Leaving directory `/home/corpsman/fpc/compiler'
make[2]: *** [cycle] Error 2
make[2]: Leaving directory `/home/corpsman/fpc/compiler'
make[1]: *** [compiler_cycle] Error 2
make[1]: Leaving directory `/home/corpsman/fpc'
make: *** [build-stamp.-] Error 2
corpsman@corpsman2:~/fpc$
--
Just try it

_X_
Beiträge: 250
Registriert: Di 16. Dez 2008, 20:13
OS, Lazarus, FPC: aptosid (aptosid.com); Lazarus SVN gtk2+qt4; FPC 2.4.0
CPU-Target: 32/64Bit

Re: Failed to Execute "ppc386" nach FPC Update ..

Beitrag von _X_ »

Das mit dem FPC ist ein Henne-Ei-Problem.
Damit man den aktuellen FPC kompilieren kann, braucht man immer einen alten ;-)
Den hast du ja gelöscht, also kann das ganze nicht gehen.
Ich würde einfach den alten FPC mit Synaptic installieren, den neuen kompilieren.
Du darfst den FPC aber nicht in den Ordner installieren, in der von der Paketverwaltung gelöscht wird.
Dann kannst du den alten auch entfernen.

Alles klar?

mfg _X_

Benutzeravatar
corpsman
Lazarusforum e. V.
Beiträge: 1498
Registriert: Sa 28. Feb 2009, 08:54
OS, Lazarus, FPC: Linux Mint Mate, Lazarus GIT Head, FPC 3.0
CPU-Target: 64Bit
Wohnort: Stuttgart
Kontaktdaten:

Re: Failed to Execute "ppc386" nach FPC Update ..

Beitrag von corpsman »

Also mittlerweile habe ich auf Kubuntu 9.10 geupdatet. Die Fehlermeldung ist Weg, allerdings findet Lazarus beim Compilieren alle möglichen "Standart" units nicht.
Und das make geht immer noch nicht :(
corpsman@corpsman2:~/fpc$ make clean all
Makefile:186: *** The Makefile doesn't support target i386-linux, please run fpcmake first. Stop.
corpsman@corpsman2:~/fpc$
--
Just try it

Antworten