shtaxxx日記

コンピュータアーキテクチャについて研究している研究者の日記や技術紹介

2014-05-31から1日間の記事一覧

"mkimage” command not found – U-Boot images will not be built." on Ubuntu

sudo apt-get install u-boot-tools

Can not execute a 32-bit binary on 64-bit Ubuntu

sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386