windows7下搭建eclipse对stm32的交叉编译环境,ECLIPSE(C/C++ JUNO)+yagarto+mingw+gunplugin gcc版本4.7.0 arm-none-eabi-gcc 版本 4.7.1 .S文件为STM32F10x_StdPeriph_Lib_V3.5.0\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\TrueSTUDIO标准库中文件 .ld文件也是标准库中文件 编译时出现了错误C:\msys\1.0\home\yagarto\newlib-build\arm-none-eabi\thumb\v7m\newlib\libc\misc/../../../../../../../newlib-1.20.0/newlib/libc/misc/init.c:37: undefined reference to `_init'问题:1,我的C盘没有msys文件,我也没找到init.c文件,这个错误要怎么解决问题:2当我在Settings->ARM YAGARTO WINDOWS GCC C LINKER 中不选中 DO NOT US STANDART START FILES(-nostartfiles),再次编译 ,之前的错误不提示了,新错误为cannot find crt0.o:no such file or directory ,而且我也没找到crt0.o文件,中有crt1.o crt2.o文件此错误要怎么解决 |
RE:windows7下搭建eclipse对stm32的交叉编译平台【悬赏问答】