Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
https://visualstudiogallery.msdn.microsoft.com/35dbae07-8c1a-4f9d-94b7-bac16cad9c01/view/Discussions 1> C:\gcc4mbed\adamgreen-gcc4mbed-b0e31ff\adamgreen-gcc4mbed-b0e31ff\gcc-arm-none-eabi\bin\arm-none-eabi-gcc -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=softfp -Wl,
gc-sectionsspecs=nano.specs -u _printf_float -u _scanf_float -Wl,wrap,main -Wl,-Map=RTOS_6.map,cref -T./hal/targets/cmsis/TARGET_STM/TARGET_STM32F7/TARGET_NUCLEO_F746ZG/TOOLCHAIN_GCC_ARM/STM32F746ZG.ld -L./rtos/TARGET_NUCLEO_F746ZG/TOOLCHAIN_GCC_ARM -o RTOS_6.elf ... 1> C:\gcc4mbed\adamgreen-gcc4mbed-b0e31ff\adamgreen-gcc4mbed-b0e31ff\gcc-arm-none-eabi\bin\arm-none-eabi-size RTOS_6.elf 1> text data bss dec hex filename 1> 44440 228 3532 48200 bc48 RTOS_6.elf==== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped
I have created a mbed project in visual studio by using https://github.com/mbedmicro/mbed and https://github.com/ciniml/vs-mbed-project-gen I have installed "Visual C++ for IoT Development" How do I incorporate this gdb extension into my mbed project?