各位大侠,我在用OpenSTM32(Eclipse + arm-none-eabi-gcc)写STM32的程序。最近正好玩玩STemWin。由于ST只给了库文件,只好链接这个库。但是总是说找不到这个库。不知怎么解决,请大侠帮忙。
设置库文件和库文件所在路径:
生成的编译的设置:
控制台打印编译的命令:
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -L../../../STemWinLibrary522/Lib -specs=nosys.specs -specs=nano.specs -T"../STM32F429ZITx_FLASH.ld" -Wl,-Map=output.map -Wl,--gc-sections -lm -o "TFT-LCD Configuration.elf" @"objects.list" -lSTemWin522_CM4_GCC.a
控制台打印的错误提示:
c:/myprogram/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.3.0.201507241045/tools/compiler/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/bin/ld.exe: cannot find -lSTemWin522_CM4_GCC.a
此帖出自
小平头技术问答
一周热门 更多>