From 150785570f55aded32824784d3109255c7037699 Mon Sep 17 00:00:00 2001 From: syivester Date: Sat, 24 Oct 2020 19:26:36 +0800 Subject: [PATCH] update chapter2.md. --- chapter2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter2.md b/chapter2.md index 9f10af3..97ecda6 100644 --- a/chapter2.md +++ b/chapter2.md @@ -16,7 +16,7 @@ RISC-V交叉编译器是与Linux自带的GCC编译器类似的一套工具软件 RISC-V交叉编译器的构建需要一些本地支撑软件包,可使用以下命令安装: -`$ sudo apt-get install autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev libexpat-dev` +`$ sudo apt-get install autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev libexpat-dev device-tree-compiler` ● 第二步,获取RISC-V交叉编译器的源代码