darksilence

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • in reply to: Problem updating VisualGDB to the latest version #6212
    darksilence
    Participant

    I have the same warning “your GDB version refuses to accept fully-qualified file names”

    I use JetLink9 with THE latest firmware and drivers. and still I can’t get rid of this warning…

     

    in reply to: Fail updating Package #6109
    darksilence
    Participant

    Solved it… for some reasons .dll was busy by an other process (no idea which), anyway, restarting computer helped.

    But still, the log “Cannot install Segger J-Link: Could not find a part of the path” doesn’t help at all.

    • This reply was modified 9 years, 3 months ago by darksilence.
    in reply to: OpenOCD error with ST-Link V2 #3305
    darksilence
    Participant

    But it is lib-win driver

    in reply to: OpenOCD error with ST-Link V2 #3303
    darksilence
    Participant

    with Admin mode

    C:Usersv.maslovAppDataLocalVisualGDBEmbeddedDebugPackagescom.sysprogs.arm.openocdbinopenocd.exe -f interface/stlink-v2.cfg -f target/stm32f4x_stlink.cfg -c init -c “reset init”
    Open On-Chip Debugger 0.8.0 (2014-05-02-12:11)
    Licensed under GNU GPL v2
    For bug reports, read
    http://openocd.sourceforge.net/doc/doxygen/bugs.html
    Info : This adapter doesn’t support configurable speed
    Info : STLINK v2 JTAG v21 API v2 SWIM v4 VID 0x0483 PID 0x3748
    Info : using stlink api v2
    Info : Target voltage: 3.256021
    Error: init mode failed
    in procedure ‘transport’
    in procedure ‘init’

    in reply to: OpenOCD error with ST-Link V2 #3309
    darksilence
    Participant

    C:Usersv.maslovAppDataLocalVisualGDBEmbeddedDebugPackagescom.sysprogs.arm.openocdbinopenocd.exe -f interface/stlink-v2.cfg -f target/stm32f4x_stlink.cfg -c init -c “reset init”
    Open On-Chip Debugger 0.8.0 (2014-05-02-12:11)
    Licensed under GNU GPL v2
    For bug reports, read
    http://openocd.sourceforge.net/doc/doxygen/bugs.html
    Info : This adapter doesn’t support configurable speed
    Warn : libusb_open() failed with LIBUSB_ERROR_ACCESS. Skipping…
    Error: open failed
    in procedure ‘transport’
    in procedure ‘init’

    but it works! Test is failed, but at least I can work with it.
    Just every time it download program to FALSH, no metter what, even if did’n change anything 👿

    in reply to: OpenOCD error with ST-Link V2 #3307
    darksilence
    Participant

    I have the same, since I upgraded Debug Package. So I started to use SEGGER J-Link. It’s very annoying …
    I tryed to find previous version of OpenOcd, but I failed… =(

    in reply to: Reset MCU #3276
    darksilence
    Participant

    :geek:

    in reply to: GDB + Register View #2962
    darksilence
    Participant

    I found a problem.
    so! BSP_ROOT is c:Usersuser1AppDataLocalVisualGDBEmbeddedBSPsarm-eabicom.sysprogs.arm.stm32

    if we open a file stm32.xml (in a project dir), we can see:

    C:Usersuser2AppDataLocalVisualGDBEmbeddedBSPsarm-eabicom.sysprogs.arm.stm32devicesstm32f407xx.xml

    So of course i don’t have this file because i’m not , i’m . And because we work with SVN we can’t provide the same path.

    How can i change a stm32.xml file? I tryed to copy stm32f407xx.xml and stm32f407xx.xml.gz to the project dir. but it doesn’t work.

    Please help us solve it =/

    Also,we would be much happyer if you’ll make special menu for VisualGSB with all setting and features… (like Visual Assist or QT menu)

    in reply to: GDB + Register View #2960
    darksilence
    Participant

    @ket wrote:

    Hi,

    Please try the newly released VisualGDB version 4.1r10 (http://visualgdb.com/download/).

    It includes extended GUI support for the Hardware Registers window, all three levels are now shown, the subregister values can be viewed and edited.

    Where??? I can’t find this window! Where should I look?

    in reply to: Reset MCU #3274
    darksilence
    Participant

    Can I somehow add a button with this command?

    in reply to: Precompile settings #3204
    darksilence
    Participant

    just in case

    VisualGDB Project Properties: Makefile settings: Make command: “cmd.exe /c “Build.cmd” “

    build.cmd:

    @echo off
    REM Here you can Add prebuild options
    
    REM Here you can change the toolchain
    C:SysGCCarm-eabibinmake.exe  %*
    in reply to: Precompile settings #3209
    darksilence
    Participant

    O_o I didn’t even see those features… uhm..

    Ok… I found how to make post-biuld scripts in a make-file. But I didn’t figure out how to make pre-build step….

    in reply to: Precompile settings #3206
    darksilence
    Participant

    I’m sorry for confuse, but I wanted to understand what happened with Prebuild options. In release VisualGDB I still can use it, but in Beta1/2 I can’t find it.

    P.S. this option runs script or Application before build

    in reply to: Updating makefile #3178
    darksilence
    Participant

    I didn’t ask about excluding files.

    My question was that make file doesn’t refresh for all configurations (Debug/Release).
    So, for example, right now I’m working with Debug target, i’m adding one C-file, it works, it compiles. it’s good. But, now i’m switching target to Release, trying to build project and it doesn’t work, becase release.mak doesn’t have information about that new C-file.

    in reply to: STDOUT retarget #3170
    darksilence
    Participant

    also how does standart lib work in this case. Does it allocate buffer for temp string? if it does, where can I set malloc function and MAX_Size of the temp string?

Viewing 15 posts - 1 through 15 (of 17 total)