support

Forum Replies Created

Viewing 15 posts - 4,816 through 4,830 (of 7,857 total)
  • Author
    Posts
  • in reply to: Surprizing ESP32 support #12961
    support
    Keymaster

    Hi,

    The About window would indeed not be shown if the trial had expired, and various other VisualGDB commands and components (e.g. responsible for launching OpenOCD) would not work either.

    We usually give a trial extension voucher to help our prospective customers resolve the issues that were not resolved during the normal trial period so that they could decide whether the product works for them. As you have activated the extension voucher on a different machine, it got flagged as redeemed and would not work the second time. If VisualGDB works without any problems on the other machine, most likely either some tools on your home computer are corrupt, or the problems are caused by the expired trial.

    in reply to: Trial Voucher Expired before time-out #12960
    support
    Keymaster

    Hi,

    We usually only issue one trial extension per person and the same trial extension voucher would not activate on multiple machines.

    in reply to: Linker fails after update to gcc arm 7.2.0 #12959
    support
    Keymaster

    Hi,

    We would advise trying to minimize both command lines as long as they still produce different results.

    E.g. try removing all .o files from the opencm3 command line and check if you get the same cryptic error or an actual “missing entry point” error. If the message is still cryptic, try replacing the linker script with the normal linker script and if it doesn’t change anything, try removing other options.

    in reply to: Linker fails after update to gcc arm 7.2.0 #12957
    support
    Keymaster

    The RSP file looks OK. As a quick check, could you try creating a new “LEDBlink” project with the same toolchain? If it doesn’t work, please try reinstalling the toolchain.

    If it does, please try comparing both RSP files.

    in reply to: Linker fails after update to gcc arm 7.2.0 #12955
    support
    Keymaster

    Hi,

    Thanks for the build log. Unfortunately it looks like an error that happens before the Linker manages to output enough information.

    Please try locating the Release\Debug\<ProjectName>.link.rsp file and post its content here (please also attach your <mcu>.props file from the project directory). The file should contain the linker command line and should help us see what could be wrong.

    If you see something suspicious in the file, please try running the following command from the project directory:

    <full path to arm-eabi-gcc> @Release\Debug\<ProjectName>.link.rsp

    If you can reproduce the same error, try removing the suspicious part and run GCC again. If you can successfully pinpoint a part that is causing an error, please edit your settings accordingly.

    in reply to: Embedded Profiler Incredibly Slow #12950
    support
    Keymaster

    Hi,

    No problem, we can walk you through diagnosing this. Please try setting a breakpoint in ReportFunctionRunTimeToRealtimeWatch() in the profiler framework.

    Does the function get invoked? Does the rec.Address expression match the instrumented function address (the least significant bit will be 1 to signify the THUMB code)?

    If yes, please try running a regular instrumenting profiler session and switch Live Profiling window to “Diagnostics”. It should show various statistical data (e.g. buffer utilization, samples/second, bytes received). Please attach a screenshot of the diagnostic data here (or simply list all the numbers) so that we can see what is going on.

    in reply to: Linker fails after update to gcc arm 7.2.0 #12949
    support
    Keymaster

    Hi,

    It looks like something in the linker command line is broken. Please try enabling verbose mode via VS Project Properties -> Linker -> Advanced (not the regular VisualGDB verbose mode) and post the entire verbose build output here so that we could help you understand what is going on.

    in reply to: i use STM32 HAL ,cann't use printf #12945
    support
    Keymaster

    Hi,

    We actually have a HAL tutorial here: https://visualgdb.com/tutorials/arm/stm32/uart/hal/

    Please try following it instead.

    in reply to: Surprizing ESP32 support #12944
    support
    Keymaster

    Hi,

    Please attach the screenshot of your About window and your debug settings so that we could check the VisualGDB state.

    in reply to: Embedded Profiler Incredibly Slow #12934
    support
    Keymaster

    Hi,

    You can find out the temporary directory by running “cmd /k echo %tmp%”.

    in reply to: Error calling Static library #12929
    support
    Keymaster

    Looks like the project is missing references to libraries or sources defining a few functions (like airkiss_printfImp). We would advise searching the SDK and your external libraries for definitions of those functions (not just declarations in .h files) and including the corresponding libraries.

    support
    Keymaster

    Hi,

    Yes [here], but it comes with absolutely no warranties or support of any kind.

    in reply to: Surprizing ESP32 support #12927
    support
    Keymaster

    Hi,

    Unfortunately it’s hard to provide any help without seeing the full context: OpenOCD output, screenshots of your settings, screenshot of your About window to show the current VisualGDB state. Please attach those and we will try to help you.

    in reply to: Toolchain arm-eabi-gcc7.2.0-r2 and libcompactcpp #12926
    support
    Keymaster

    The one from the LIBRARY_NAMES is the correct one (you would also need to remove it from the stm32.xml file as otherwise it will get regenerated).

    std::array<> should not be related to compactcpp. Please feel free to post the errors you get and we will help you resolve them.

    support
    Keymaster

    Hi,

    The <offset> files are generated when you debug your program first. You can also use the ESPImageTool.exe from the <toolchain>\esp8266-bsp directory to generate the files or program them via the bootloader.

Viewing 15 posts - 4,816 through 4,830 (of 7,857 total)