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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-06-06 7:39 AM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-06-06 8:03 AM
Select the Version 6 Compiler, it is much faster
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-06-06 8:03 AM
Select the Version 6 Compiler, it is much faster
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-06-06 10:06 AM
Thank you! It worked :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-06-07 10:18 AM
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..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-06-07 10:53 AM
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.
Up vote any posts that you find helpful, it shows what's working..
