Sysprogs forums › Forums › VisualGDB › Your Visual Studio installation appears to be missing Visual C++. Do you want to
- This topic has 3 replies, 2 voices, and was last updated 3 years, 7 months ago by zhangjingruGmail.
-
AuthorPosts
-
March 21, 2021 at 16:23 #30209zhangjingruGmailParticipant
Hi
When choose to import the Keil project when creating a new project, it will display
“Your Visual Studio installation appears to be missing Visual C++. Do you want to display instructions on resolving it?”
How to solve this problem?
Attachments:
You must be logged in to view attached files.March 21, 2021 at 16:24 #30211supportKeymasterHi,
According to our records, your trial period has expired. If you would like to continue receiving support, we would kindly ask you to purchase a license. If your need more time to evaluate VisualGDB, please feel free to contact our sales from your corporate email address, and we will be happy to help you and your team get everything working in no time.
March 22, 2021 at 13:56 #30214zhangjingruGmailParticipantHi
Cannot hit the break point after selecting the keil rtx operating system in the stm32h7 project
WARNING: Failed to read memory @ address 0x00011240
C:\Program Files (x86)\SEGGER\JLink\JLinkGDBServerCL.exe -select USB -device STM32H750VB -speed 1000 -if SWD -port 21866
SEGGER J-Link GDB Server V6.98c Command Line VersionJLinkARM.dll V6.98c (DLL compiled Mar 16 2021 12:19:26)
Command line: -select USB -device STM32H750VB -speed 1000 -if SWD -port 21866
—–GDB Server start settings—–
GDBInit file: none
GDB Server Listening port: 21866
SWO raw output listening port: 2332
Terminal I/O port: 2333
Accept remote connection: localhost only
Generate logfile: off
Verify download: off
Init regs on start: off
Silent mode: off
Single run mode: off
Target connection timeout: 0 ms
——J-Link related settings——
J-Link Host interface: USB
J-Link script: none
J-Link settings file: none
——Target related settings——
Target device: STM32H750VB
Target interface: SWD
Target interface speed: 1000kHz
Target endian: littleConnecting to J-Link…
J-Link is connected.
Firmware: J-Link V9 compiled Feb 2 2021 16:34:10
Hardware: V9.40
S/N: 59401353
Feature(s): RDI, GDB, FlashDL, FlashBP, JFlash
Checking target voltage…
Target voltage: 3.29 V
Listening on TCP/IP port 21866
Connecting to target…
Connected to target
Waiting for GDB connection…Connected to 127.0.0.1
Reading all registers
Read 4 bytes @ address 0x080014E8 (Data = 0x0000E7FE)
Read 2 bytes @ address 0x080014E8 (Data = 0xE7FE)
Received monitor command: reset
Resetting target
Downloading 16304 bytes @ address 0x00008000
Downloading 16256 bytes @ address 0x0000BFB0
Downloading 10628 bytes @ address 0x0000FF30
Downloading 180 bytes @ address 0x000128B4
Writing register (PC = 0x 8324)
Reading register (MSP = 0x24008CC0)
Reading register (PSP = 0x 0)
Reading register (PRIMASK = 0x 0)
Reading register (BASEPRI = 0x 0)
Reading register (FAULTMASK = 0x 0)
Reading register (CONTROL = 0x 0)
Reading register (FPSCR = 0x 0)
Reading register (s0 = 0x 0)
Reading register (s1 = 0x 0)
Reading register (s2 = 0x 0)
Reading register (s3 = 0x 0)
Reading register (s4 = 0x 0)
Reading register (s5 = 0x 0)
Reading register (s6 = 0x 0)
Reading register (s7 = 0x 0)
Reading register (s8 = 0x 0)
Reading register (s9 = 0x 0)
Reading register (s10 = 0x 0)
Reading register (s11 = 0x 0)
Reading register (s12 = 0x 0)
Reading register (s13 = 0x 0)
Reading register (s14 = 0x 0)
Reading register (s15 = 0xFFFFFFFF)
Reading register (s16 = 0x 0)
Reading register (s17 = 0x 0)
Reading register (s18 = 0x 0)
Reading register (s19 = 0x 0)
Reading register (s20 = 0x 0)
Reading register (s21 = 0x 0)
Reading register (s22 = 0x 0)
Reading register (s23 = 0x 0)
Reading register (s24 = 0x 0)
Reading register (s25 = 0x 0)
Reading register (s26 = 0x 0)
Reading register (s27 = 0x 0)
Reading register (s28 = 0x 0)
Reading register (s29 = 0x 0)
Reading register (s30 = 0x 0)
Reading register (s31 = 0xFFFFFFFF)
Reading register (d0 = 0x 0)
Reading register (d1 = 0x 0)
Reading register (d2 = 0x 0)
Reading register (d3 = 0x 0)
Reading register (d4 = 0x 0)
Reading register (d5 = 0x 0)
Reading register (d6 = 0x 0)
Reading register (d7 = 0x 0)
Reading register (d8 = 0x 0)
Reading register (d9 = 0x 0)
Reading register (d10 = 0x 0)
Reading register (d11 = 0x 0)
Reading register (d12 = 0x 0)
Reading register (d13 = 0x 0)
Reading register (d14 = 0x 0)
Reading register (d15 = 0x 0)
Read 4 bytes @ address 0x00008324 (Data = 0x47804809)
Reading 64 bytes @ address 0x00011240
WARNING: Failed to read memory @ address 0x00011240
WARNING: Failed to read memory @ address 0x00011278
WARNING: Failed to read memory @ address 0x00011278
Reading 64 bytes @ address 0x00011240
WARNING: Failed to read memory @ address 0x00011240
WARNING: Failed to read memory @ address 0x00011278
Reading 64 bytes @ address 0x00011240
WARNING: Failed to read memory @ address 0x00011240
WARNING: Failed to read memory @ address 0x00011278
WARNING: Failed to read memory @ address 0x00011270
Connected to 127.0.0.1
Reading all registers
Setting breakpoint @ address 0x00011270, Size = 2, BPHandle = 0x0001
Setting breakpoint @ address 0x00011278, Size = 2, BPHandle = 0x0002
Starting target CPU…
Debugger requested to halt target…
…Target halted (PC = 0x080014E8)
Reading all registers
Removing breakpoint @ address 0x00011270, Size = 2
Removing breakpoint @ address 0x00011278, Size = 2
Read 4 bytes @ address 0x080014E8 (Data = 0x0000E7FE)
Read 2 bytes @ address 0x080014E8 (Data = 0xE7FE)
Read 4 bytes @ address 0x080014E8 (Data = 0x0000E7FE)March 26, 2021 at 13:00 #30249zhangjingruGmailParticipantVisualGDB version: 5.5.104.3920
—————— System.ArgumentNullException ——————
System.ArgumentNullException: 值不能为 null。
参数名: path2
在 System.IO.Path.Combine(String path1, String path2)
在 nn1.b2(gh c, EmbeddedProfile a, IProjectEditContext b)
在 nn1.a_2(qz2 b, Object a)
在 d6.z(e13 b, IProjectEditContext a, qr c)
在 d6.l(e13 a, qr b)
在 VisualGDB.Common_GUI.Configuration_editors.ProjectPropertiesEditModel.c1(Boolean c, qo a, String d, Action b)
在 VisualGDB.Common_GUI.WPF.ProjectPropertiesWindow3.Apply_Click(Object sender, RoutedEventArgs e)
trace=[System.IO.Path.Combine:26, nn1.b2:148, nn1.a_2:487, d6.z:75, d6.l:8, VisualGDB.Common_GUI.Configuration_editors.ProjectPropertiesEditModel.c1:179, VisualGDB.Common_GUI.WPF.ProjectPropertiesWindow3.Apply_Click:0]Attachments:
You must be logged in to view attached files. -
AuthorPosts
- You must be logged in to reply to this topic.