#1楼主:IAR调试出现的问题
文章发表于:2008-10-10 03:56
我刚学STM32的单片机,关于IAR建工程的,我自己新建的project,可是为什么老是提示找不到头文件,
Fatal Error[Pe005]: could not open source file "stm32f10x_lib.h" E:\ARM\test\project\main.c 17?
Fatal Error[Pe005]: could not open source file "stm32f10x_adc.h" E:\ARM\test\library\src\stm32f10x_adc.c 22?
Fatal Error[Pe005]: could not open source file "stm32f10x_can.h" E:\ARM\test\library\src\stm32f10x_can.c 22?
Fatal Error[Pe005]: could not open source file "stm32f10x_exti.h" E:\ARM\test\library\src\stm32f10x_exti.c 22?
Fatal Error[Pe005]: could not open source file "stm32f10x_flash.h" E:\ARM\test\library\src\stm32f10x_flash.c 19?
那个option-C/c++ Compiler-Preprocessor里面的additional include directories里面path到底怎么设置啊?$PROJ_DIR$到底指向什么,怎么不是完整路径,怎么不是例如c:\\windows\...那种?谢谢了
我的工程如下test.rar
