Page 1 of 1

I Use CrossWorks 3.3 problem can't found stm32f4xx.h.

PostPosted: Mon Jan 11, 2016 3:36 am
by tevada2010
I Use CrossWorks 3.3 problem can't found stm32f4xx.h: No such file or directory. I done follow this viewtopic.php?f=31&t=3825&start=10. Help.
Image

Re: I Use CrossWorks 3.3 problem can't found stm32f4xx.h.

PostPosted: Mon Jan 11, 2016 6:26 am
by sandmen
AQ code is not ready to compile with the 3.3 !

Re: I Use CrossWorks 3.3 problem can't found stm32f4xx.h.

PostPosted: Mon Jan 11, 2016 3:46 pm
by tevada2010

Re: I Use CrossWorks 3.3 problem can't found stm32f4xx.h.

PostPosted: Mon Jan 11, 2016 5:20 pm
by Max
You need to look at the full compiler command line being used (this is an option in CW Output window, I forget if it is enabled by default but I think not). Then check if the correct path to the stm32 header file is actually passed to the compiler using an -I command-line switch. Eg. -I../path/to/targets/STM32/include

-Max