Forum: Compiler & IDEs Cross compiler


von Eisen H. (eisenhorn)


Lesenswert?

Hallo,

Ich versuche gerade für den Spear32 einen cross compiler zu compilieren, 
da es ja scheinbar keine fertigen packages gibt dafür unter ubuntu.

Dazu habe ich die entsprechenden binutils heruntergeladen und 
folgendermaßen kompiliert.

./configure --target=spear32 --prefix=/home/mario/bin/spear/
make install

Frage Nr. 1:

Wo kann man nachschauen wie das target genau heisst?

Das kompiliert wunderbar.

Danach möchte ich den gcc für den spear compilieren. Dazu möchte ich, 
dass dieser auch im /home/mario/bin/spear installiert wird parallel zu 
dem bereits installieren gcc im system.

./configure --target=spear32 --prefix=/home/mario/bin/spear/
make install

Dabei bekomme ich jedoch folgende Fehlermeldung:

WARNING: `makeinfo' is missing on your system.  You should only need it 
if
         you modified a `.texi' or `.texinfo' file, or any other file
         indirectly affecting the aspect of the manual.  The spurious
         call might also be the consequence of using a buggy `make' 
(AIX,
         DU, IRIX).  You might want to install the `Texinfo' package or
         the `GNU make' package.  Grab either from any GNU archive site.
make[3]: *** [fastjar.info] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-fastjar] Error 2
make: *** [all] Error 2

texinfo ist jedoch bereits in meinem system installiert. build-essential 
ist auch installiert.

von Hc Z. (mizch)


Lesenswert?

1
hcz@Xelzbrot:/home/hcz$ apt-file search makeinfo
2
[...]
3
texinfo: /usr/bin/makeinfo
4
[...]

Du sagst, texinfo sei installiert.  Tipp doch auf der Konsole mal 
„makeinfo“ ein, um zu sehen, ob es mit installiert ist.

von Eisen H. (eisenhorn)


Lesenswert?

Danke für die schnelle Antwort.

mario@ubuntu:~/src/spear32_cross/spear32-gcc$ makeinfo
makeinfo: missing file argument.
Try `makeinfo --help' for more information.

Bitte melde dich an um einen Beitrag zu schreiben. Anmeldung ist kostenlos und dauert nur eine Minute.
Bestehender Account
Schon ein Account bei Google/GoogleMail? Keine Anmeldung erforderlich!
Mit Google-Account einloggen
Noch kein Account? Hier anmelden.