[Help] WARNING: makeinfo is missing
Captain Kirk 21.06.2015 - 02:00 1732 2
Captain Kirk
Fanboy von sich selbst
|
hallo an alle nachschwärmer, ich versuche mich gerade an folgendem tutorial: http://wiki.qnap.com/wiki/How_to_Compile_Tvheadendbis zum punkt: Now it's time to build newlib. This should take about 10-15 minutes. mkdir newlib-1.19.0/build; cd newlib-1.19.0/build
../configure --prefix=/share/HDA_DATA/arm-none-eabi --target=arm-none-eabi --enable-interwork --enable-multilib --with-gnu-as --with-gnu-ld --disable-nls
make; make install
cd ../../
ging alles gut. nur beim make schreit er plötzlich: 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]: *** [standards.info] Error 1 make[3]: Leaving directory `/share/MD0_DATA/arm_build/newlib-1.19.0/build/etc' make[2]: *** [info] Error 1 make[2]: Leaving directory `/share/MD0_DATA/arm_build/newlib-1.19.0/build/etc' make[1]: *** [install-etc] Error 2 make[1]: Leaving directory `/share/MD0_DATA/arm_build/newlib-1.19.0/build' make: *** [install] Error 2 meine linux kenntnisse sind eher schwach. kann mir da vielleicht jemand weiterhelfen? tia edit: die vorige makes des tutorials haben problemlos funktioniert... :/
Bearbeitet von Captain Kirk am 21.06.2015, 02:17
|
Nico
former person of interest
|
Toolchain build error...So I am trying to build up a tool for a processor that I am working on. I get the following build error. I believe the errors are due to the 'makeinfo' message. However, i have tried: sudo apt-get install makeinfo sudo apt-get install Texinfo sudo apt-get install GNU make sudo apt-get install make Link: ubuntuforums.org
|
Captain Kirk
Fanboy von sich selbst
|
Danke. Das hab ich auch gefunden. Nur apt-get dürfte es scheinbar am qnap nicht geben. Und da war ich dann am Ende meines Lateins...
|