
GNU编译器
semilog
喜欢的东西太多,知道的太少
展开
-
Windows下编译make (原发于:2012-07-29 18:27:16)
Windows下编译makeBy semilog 2012-7-29最近在windows下用通过cygwin编译ARM的程序的时候发现,在make 3.79.1版本下可以编译通过,但是到了make-3.81版本,就会出现如下的编译错误:cygwin warning:MS-DOS style path detected: E:/Src/helloworld原创 2012-08-15 20:35:20 · 2742 阅读 · 0 评论 -
在windows下用 cgywin编译MIPS的gnu交叉编译器
build_mips_gnu_tools.bat@echo off::set TARGET=mips-elf::set PREFIX=/opt/mips-gnu-tools::set BIN_PATH=/opt/mips-gnu-tools/binset LANG=C.UTF-8set CYGWIN_DIR=d:\cygwinset PATH原创 2012-08-15 20:42:59 · 4178 阅读 · 0 评论 -
最终编译的arm-none-eabi-gcc 的参数和脚本
build_gnu_tools.bat@echo off::set TARGET=arm-none-eabi::set PREFIX=/opt/arm-gnu-tools::set BIN_PATH=/opt/arm-gnu-tools/binset LANG=C.UTF-8set CYGWIN_DIR=d:\cygwinset PATH=%CYGWIN原创 2012-08-15 20:37:04 · 3656 阅读 · 0 评论 -
一步一步教你怎么编译GNU ARM GCC 交叉编译器 arm-none-eabi-gcc (原发于:2012-07-23 23:53:32)
一步一步教你怎么编译GNU ARM GCC 交叉编译器arm-none-eabi-gccStep by step teaching you how to build a GNU ARM GCC cross compiler首先,对于编译器这东西,我一向认为很高深,当然现在还是这么认为,呵,所以呢,一般都是用别人编译好的现成的编译好版本。可是最近因为要在windows下面编译u-bo原创 2012-08-15 20:10:06 · 19915 阅读 · 1 评论 -
如何在windows下面编译u-boot (原发于:2012-07-24 23:16:59)
如何在windows下面编译u-bootBy semilog 2012-7-22最近想移植u-boot 到我的ARM开发板上,但是又不想在linux环境下编译,所以就想在 windows xp下面通过cygwin + arm-none-eabi-gcc 来编译 u-boot。我从u-boot 官网上先了u-boot-2011.03 来移植,装了cygwin,又装了原创 2012-08-15 20:33:04 · 8303 阅读 · 0 评论