摘要:
在编译u-boot的时候出现了这样的错误: Configuring for smdk2410 board... ln: creating symbolic link `asm' to `asm-arm': Operation not supported make: *** [smdk2410_config] Error 1 在网上查找原因得: 出现这类问题,主要是由于在编译的时候,要用ln去建立一些软链接, 而这些文件是从Windows中,通过VMWare虚拟机共享进Linux的, 而虽然此种操作在Linux系统中很常见,但Windows不支持,所以, 编译会报错。 有个解决办 阅读全文