Page 1 of 1

编译LuckFox Pico Mini B失败

Posted: 2024-03-22 11:29
by 13725587034
/home/pi/User/luckfox/luckfox-pico/sysdrv/tools/board/gdb/gdb-10.2/missing: 81: /home/pi/User/luckfox/luckfox-pico/sysdrv/tools/board/gdb/gdb-10.2/missing: makeinfo: not found
WARNING: 'makeinfo' is missing on your system.
You should only need it if you modified a '.texi' file, or
any other file indirectly affecting the aspect of the manual.
You might want to install the Texinfo package:
<http://www.gnu.org/software/texinfo/>
The spurious makeinfo call might also be the consequence of
using a buggy 'make' (AIX, DU, IRIX), in which case you might
want to install GNU make:
<http://www.gnu.org/software/make/>
make[6]: *** [gdb.info] Error 127
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[3]: *** [all-gdb] Error 2
make[2]: *** [all] Error 2
Makefile:29: recipe for target 'all' failed
make[1]: *** [all] Error 255
make[1]: Leaving directory '/home/pi/User/luckfox/luckfox-pico/sysdrv/tools/board/gdb'
/home/pi/User/luckfox/luckfox-pico/sysdrv/tools/board/Makefile.tools.board.mk:32: recipe for target 'board-build-gdb' failed
make: *** [board-build-gdb] Error 2
make: Leaving directory '/home/pi/User/luckfox/luckfox-pico/sysdrv'
[build.sh:error] Running build_sysdrv failed!
[build.sh:error] exit code 2 from line 523:
[build.sh:info] make -C ${SDK_SYSDRV_DIR}
pi@ubuntu:~/User/luckfox/luckfox-pico$

Re: 编译LuckFox Pico Mini B失败

Posted: 2024-03-22 11:43
by Eng38
Hello,

This error indicates that the makeinfo tool, which is typically included in the texinfo package, is missing on your system. Please execute the following instructions to install the dependent environment and then recompile:

Code: Select all

sudo apt update

sudo apt-get install -y git ssh make gcc gcc-multilib g++-multilib module-assistant expect g++ gawk texinfo libssl-dev bison flex fakeroot cmake unzip gperf autoconf device-tree-compiler libncurses5-dev pkg-config bc python-is-python3 passwd openssl openssh-server openssh-client vim file cpio rsync
For more please refer to SDK Environment DeploymentTutorial:https://wiki.luckfox.com/Luckfox-Pico/Luckfox-Pico-SDK/