# linux-lab **Repository Path**: 121786404/linux-lab ## Basic Information - **Project Name**: linux-lab - **Description**: 使用qemu学习linux - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2018-04-14 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # linux-lab sudo apt-get install -y qemu-system-arm libncurses5-dev bc enca dos2unix eclipse-cdt sudo apt-get install u-boot-tools tftpd-hpa ddd https://releases.linaro.org/components/toolchain/binaries/5.5-2017.10/aarch64-linux-gnu/gcc-linaro-5.5.0-2017.10-x86_64_aarch64-linux-gnu.tar.xz https://releases.linaro.org/components/toolchain/binaries/5.5-2017.10/arm-linux-gnueabi/gcc-linaro-5.5.0-2017.10-x86_64_arm-linux-gnueabi.tar.xz 目前arm32可以跑起来了,但是arm64不行(没有打印信息) eclipse 设置 window preferences Gereral Workspace Build automatically 去掉 C/C++ Indexer Enable indexer 去掉 Main Disbale auto build