elfstm32cortex-mvisualgdb

VisualGDB doesnt create elf files


after buying the full version of VisualGDB i cannot find .elf files in new projects, and the old projects created with the TrialVersion wont open (unknown toolchain error).

I need the .elf file for STMStudio, becouse the live variables are not so good in VisualGDB.

After buying the key, VisualGDB did some upgrades, maybe i need to add just some settings.


Solution

  • SOLVED

    To have a makefile and a .elf file it is necessary to import the project under GNU or to create it under GNU, the MSBuild doesnt create any of these files.

    Thanks your answers leaded to a solution.