工具/软件:Linux
大家好、
我正在尝试在 Beagle Bone Black 上安装 SQLite2/3,但它没有编译,所以请告诉我如何在 Beagle 上安装此软件包。
谢谢您、
Raghavendra
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具/软件:Linux
大家好、
我正在尝试在 Beagle Bone Black 上安装 SQLite2/3,但它没有编译,所以请告诉我如何在 Beagle 上安装此软件包。
谢谢您、
Raghavendra
你好 Raghavendra、
请按照 以下 步骤操作。
$ sudo apt-get install git build-essential python diffstat texinfo gchrawk path dos2unix wget unzip SOCAT doxygen libc6:i386 libncurses5:i386 libstdc++6:i386 libz1:i386
sudo dpkg-reconfigure dash
当要求您使用破折号作为默认系统外壳时,请确保选择“否”。
$ wget releases.linaro.org/.../gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf.tar.xz $ tar -Jxvf gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf.tar.xz -C $home
$ git 克隆 git://arago-project.org/git/projects/oe-layersetup.git tisdk
$ cd tisdk
$./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-04.00.00.04-config.txt
$ CD 生成
$。 配置/设置
$导出路径=$HOME/gcc-linaro-6.2.1-2016.11-x86_64 arm-linux-gnueabihf/bin:$path
$ MACHINE=AM335x-EVM bitbake sqlite3.
cd arago-tmp-[toolchain]/work/armv7ahf-neon-linux-gnueabi/sqlite3 /[version]/deploy-ipks/armv7ahf-neon
将[PACKAGE_IPK].IPK 复制到您的板上、并通过 opkg 进行安装。
opkg 安装[package_ipk].ipk
此致、
Kemal