2016-11-20 10:21 PM
Hi Everyone,
I would like to keep attention to those users who are using cubemx codes in mdk keil environment.Take a look at my build console output, its a common error I know,C:\Keil_v5\ARM\PACK\Keil\STM32F0xx_DFP\1.5.0\Device\Include\stm32f070xb.h(130): error: #5: cannot open source input file ''core_cm0.h'': No such file or directory
If you look the project branch its looks like ARMCC of keil does not support the CMSIS driver!!If you click on the driver file it shows,Kindly suggest me what to do.2016-11-21 02:33 AM
Hello,
I think you haven't configured the Include paths within the project.You have to review the defines and provide the compiler with a list of include file paths.Regards2016-11-21 08:53 PM
Dear Sir,
Thank you very much to text here.I haveselected the device startup in MDK 5., like selecting CMSIS:CORE and Device:Startup .
And also, after generating a code in cubemx, I have followed the include path same to example project.Now it works,but build errors exists as I am compiling a complex project.
Let me know in which forum is suitable to ask the questions regarding , pre-processor setting, Options for target, macros in this community?
2016-11-22 08:59 AM
Let me know in which forum is suitable to ask the questions regarding , pre-processor setting, Options for target, macros in this community?
The audience here is finite. You can also review tool chain documentation, and examples. For staffing, ST maintains a list of consultants and contractors, and has FAE support for large customers.The Keil project tree really only wants the .C files dropped into it, it can find the include file dependencies via the Include Paths, and it doesn't need to explicitly compile/build include files, as they shouldn't really be contributing source code to build.2016-11-22 06:14 PM
''and it doesn't need to explicitly compile/build include files, as they shouldn't really be contributing source code to build.''
This valuable comment is vital key here, compared to Eclipse what advantage you find here in KEIL?Why you feel its much convenient ? Isnt eclipse has option for skip building source code ?2018-01-15 03:11 AM
Hi
Hasan.Md_Mubdiul
,It seems that your question related to CubeMX was answered and that your remaining point concerned the advantages/disadvantages between Keil, Eclipse...
I am trying to retrieve some interesting threads on the differences between Keil/Eclipse ans I will be back to you.
If I miss something, feel free to contact me.
BR. Jeanne
2018-01-15 05:43 AM
BR. Jeanne
2018-06-04 11:26 PM
Hello Joly,
Thank you very much.
Its a long I have not been here.