cancel
Showing results for 
Search instead for 
Did you mean: 

Hello! I've got problem with compiler. I use Keil and CubeMx. When I press 'Build' or 'Rebuild' and there are no errors, program compiles about 4 minutes, is there any way to make this faster? Thanks.

CMilo.1
Associate II
 
1 ACCEPTED SOLUTION

Accepted Solutions

Select the Version 6 Compiler, it is much faster

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

4 REPLIES 4

Select the Version 6 Compiler, it is much faster

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
CMilo.1
Associate II

Thank you! It worked 🙂

Now I have a problem. When I select version 6 compiler, it doesn't create .axf file, but version 5 creates normally. Do you know what is problem here? Sorry for questioning..

If you don't get a .AXF file you'll need to look at what part of the compile failed.

Version 6 doesn't like one of the -c99 command line options as I recall.

Remove the command line option, and use the check-box item instead.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..