Hi!
I also have a problem with .bin file. Can I disable generating of this file? There are no option “Embedded Project” -> “Generate .bin file” in current VisualGDB version.
I enabled diagnostic MSBuild output via Tools->Options->Projects and Solutions -> Build and Run:
Target Performance Summary:
0 ms _SelectedFiles 1 calls
0 ms _SplitProjectReferencesByFileExistence 1 calls
0 ms SelectClCompile 1 calls
0 ms Build 1 calls
............
547 ms Link 1 calls
603 ms ClCompile 1 calls
3403 ms GenerateBinFile 1 calls
I know, this happens because we are using external FLASH at address 0x60000000 and can’t specify offset for .bin file.
As result we got .bin file with size 1 611 264 460 bytes.
On my SSD generating of bin file takes 3 seconds, but on standard HDD it takes tens of seconds!
In other projects generating of .bin file works fast enough. Have you a good solution for this problem?