成大資工wiki學習雜記-LAB25

使用作業系統linux ubuntu 14.04 64位元版本


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

//================================

留言

這個網誌中的熱門文章

ASProtect 1.23 RC4手把手脫殼圖文教學全攻略

在QEMU上跑DLINK DIR-601 router

Python debug終於不用觀落陰拉!!!!傻瓜式的debug工具,在linux上用VsCode幫python專案Debug OWO