成大資工wiki學習雜記-LAB25
使用作業系統linux ubuntu 14.04 64位元版本
lab25以下指令問題會遇到無法成功
ERROR: DTC not present. Your options:
(1) Preferred: Install the DTC devel package
(2) Fetch the DTC submodule, using:
git submodule update --init dtc
解決方法以下
http://lists.gnu.org/archive/html/qemu-devel/2013-11/msg03494.html
指令
//================================
lab25以下指令問題會遇到無法成功
./configure --disable-werror --enable-debug \
--target-list="arm-softmmu" \
--extra-cflags=-DDEBUG_CLKTREE \
--extra-cflags=-DDEBUG_STM32_RCC \
--extra-cflags=-DDEBUG_STM32_UART \
--extra-cflags=-DSTM32_UART_NO_BAUD_DELAY \
--extra-cflags=-DSTM32_UART_ENABLE_OVERRUN
ERROR: DTC not present. Your options:
(1) Preferred: Install the DTC devel package
(2) Fetch the DTC submodule, using:
git submodule update --init dtc
解決方法以下
http://lists.gnu.org/archive/html/qemu-devel/2013-11/msg03494.html
指令
sudo apt-get install device-tree-compiler
sudo apt-get install libfdt-dev
//================================
留言
張貼留言