首页 文章
  • 0 votes
     answers
     views

    为ARM构建linux内核3.2.81

    我正在尝试为ARM构建Linux内核3.2.81 . 以下是我要遵循的步骤: wget http://www.kernel.org/pub/linux/kernel/v3.0/linux-3.2.81.tar.gz tar xvzf linux-3.2.81.tar.gz export ARCH = arm export CROSS_COMPILE = arm-linux-gnue...
  • 7 votes
     answers
     views

    CMake无法使用Linaro工具链找到线程

    我无法让CMake找到带有Linaro ARM工具链的线程(我尝试了几种不同的工具) . 这就是我所做的: 下载gcc-linaro-4.9-2015.05-x86_64_arm-linux-gnueabihf.tar.xz toolchain并解压缩到 /opt . 下载相应的sysroot并解压缩到 ~/sysroot 我创建了一个Toolchain-Linaro-arm.cma...
  • 0 votes
     answers
     views

    Clang / llvm:交叉编译时找不到crt1.o crti.o

    我正在尝试使用clang / llvm在ARM上交叉编译示例hello world程序 . 我在连接方面遇到了一些问题 . clang -target arm-none-linux-gnueabi hello.c 它显示了一些错误“ no such file or directory "stdio.h ” 所以为了避免错误,我给了以下命令 . clang -target arm-none...
  • 0 votes
     answers
     views

    mount:您必须指定文件系统类型

    我正在尝试执行qemu,同时遵循qemu / linaro教程,https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Virtual_ARM_Linux_environment 我正在执行命令, sudo mount -o loop,offset = 106496 -t auto vexpress.img / mnt /...

热门问题