Questions tagged [visualgdb]
38 questions
0
votes
0 answers
Stderr in visualGDB
I set-up debugging environment using visual studio 2022 and visualGDB and Linux machine
My environment are like below
Host : windows10, visual studio 2022, visualGDB-5.6r9
Linux machine : CentOS
I met below error When I set the visualGDB Project…
0
votes
1 answer
ESP32 with VisualGDB and Component Management
In my application I need to include a dependency to a component from the espressif repository
When I build the project, the toolsuite detects the dependency but cannot update the component because it says that the component manager has not been…
0
votes
1 answer
Visual studio and git: "use" info from another repository?
I have access to a repository on GitHub that hosts C++ source files. Other people using this repository check out the code and build via the command line with CMake, but I want to add the source files to a Visual Studio project and build/debug…

Wad
- 1,454
- 1
- 16
- 33
0
votes
1 answer
Reference errors when importing CubeMx project into VisualGDB
I am having some issues when importing my fresh cubeMX project into VisualGDB. I get tonnes of errors that say:
undefined reference to 'vPortFree' (for example)
Steps taken:
Generate project files in CubeMX using "Other toolchain"
Then in VS,…

Misha
- 556
- 1
- 8
- 25
0
votes
1 answer
Visual Studio won't show added files in the solution explorer
Why would VS2019 (with VisualGdb) refuse to show added files the solution explorer?
I found some workaround, i will post as an answer. But i'm still quite interested in the explanation of the underlying problem.
Additional info: opening the project…

Albert -Al- Hollmann
- 17
- 6
0
votes
1 answer
Declare structure in C
I build project with Visual Studio and compile by using GCC located in raspberry pi with help of VisualGDB
I have simple c file with structure:
struct labing
{
lv_obj_t* panel;
lv_obj_t* label;
const char* title;
int high;
int…

vico
- 17,051
- 45
- 159
- 315
0
votes
1 answer
Libraries for crosscompiler
I build project for Raspberry Pi with help of VisualGDB , Visual c++ and GCC 8.3.0 GDB 8.2.1 Revision 3 Raspbian Buster crosscompiler that comes with it. It runs fine, but how to deal in cases when I need link to libraries? Should I build all…

vico
- 17,051
- 45
- 159
- 315
0
votes
0 answers
'Undefined Reference' in unit test project
I am using TinyEmbeddedTest and VisualGDB in Visual Studio 2015, and attempting to create a unit test project as part of my solution. My main project builds and runs fine, but the unit test project is getting linker errors and will not build.
The…

Smoggie Tom
- 306
- 4
- 12
0
votes
2 answers
Unsuccessfull USART activation on STM32F303K8
Am trying to activate and make use of the USART1 peripheral on the STM32F303K8. Am running it with StdPeriph in VisualGDB. However, i can't get to start the USART using interrupt mode. Even when i probe the pins, they are all silent. What am i…

Hakim Marley
- 330
- 2
- 5
- 19
0
votes
0 answers
Using Visual GDB to migrate MSVC2010 code to linux
I am trying to migrate my MSVC code which uses MFC in shared dll to linux.Is there any way to migrate the whole project apart from rewriting the window specific files since my project is huge and contains more than 200 header and cpp files.
I tried…

S.M.Akram
- 1
- 1
0
votes
1 answer
LPUART1 not working on STM32L476 (based on VisualGDB)
Hi I am developed a board based on the Discovery L476 board (STM32L476VGT6) using MBED and after porting it to VisualGDB everything works great. The only thing that doesn't work is LPUART1. I hooked it to PB10(LPUART1_RX), PB11(LPUART1_TX) but…

Rotem H.S
- 1
- 1
0
votes
1 answer
Google Project Tango NDK undefined reference on functions
I am getting a compile error:
undefined reference to 'TangoService_getConfig' (MoreTeapotsNativeActivity.cpp)
ld returned 1 exit status (collect2.exe)
I am working with the tango sdk TangoSDK_Ikariotikos_C.zip in Visual Studio 2015 using…

Barrie
- 42
- 1
- 9
0
votes
2 answers
STM32F107VC Running a FreeRTOS with TCP
I need to develop an application on my eval board: STM3210-c (chip: stm32f107vc) which creates threads.
Each thread creates a TCP client and is able to connect to a different slave.
I thought about using FreeRTOS & lwip (and preferably working with…

user1528794
- 107
- 1
- 1
- 16
0
votes
0 answers
Porting Visual Studio/VisualGDB build system to CMake/GCC
I have been working on porting a project from Visual Studio/VisualGDB running on a Win10 machine to a CMake/GCC build system running on Ubuntu 16.04. The complete build will eventually run on a Cortex-M4.
In this process, I encountered a linker…

Tom
- 414
- 4
- 17
0
votes
1 answer
Display to Raspberry Pi HDMI From Raspberry Pi Camera using C++
Question: How do I write video stream from Raspberry Pi camera to HDMI connected display?
Answer: see below

Mich
- 3,188
- 4
- 37
- 85