Search Results

Search results 141-160 of 245.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Quote from SEGGER - Nino: “Hello, We received no answer from the customer so we have no information if that has been resolved for Niklas. Best regards, Nino” Hi Nino, Do you have any solution for this, or can you confirm the problem? I reproduce the reported issue, by enabling / disabling cache for the memory in question. (Also, as I reported to Segger support, it's same issue without GDB, but with Ozone ) I've seen other reports that, it seems, ARM's D-Link debugger does not have similar issue …

  • NiklasG, Nino Was this resolved ?? How. Please share, have the same , likely , issue.

  • Hi, Quote: “However we will not include Qt dependencies in all our software. Instead there will be a white list of recommended Linux versions to use as reference.” What I was trying to highlight and it may seem not understood, is that you don't have to include it, you have to specify in the RPM spec that it is required as a dependency. And thus the package manager shall either pull & install the dependency, or fail to install if not available. This is the main point, NOT that you need to include…

  • I'm trying to load the FreeRTOS pluing with the JLink GDB server. Using command: JLinkGDBServerCLExe -jlinkscriptfile myscipt -if jtag -device Cortex-M4 -endian little -speed 1000 -rtos GDBServer/RTOSPlugin_FreeRTOS.so I don't see any confirmation of the plugin being loaded. I *think*, there should be a trace coming with the rest of usual output, Loading RTOS plugin: %s... What am I doing wrong? I tried full path to the *.so too, no luck. I also don't get any error / warning trying to pass bogus…

  • Hello,Quote: “ I mean for example "dmesg var/log".” If you mean the output of "dmesg" command, and also /var/log/messages file, then this is what i provided, essentially. I'm looking at your output here " Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M |__ Port 1: Dev 2, If 0, Class=Vendor Specific Class, Driver=, 5000M" Do you know which hw controller you use (you specify this in VM ware?), and which kernel driver? And which Fedora kernel you test with. I checked under /sys fold…

  • Hi, From your output you pasted : Quote: “libQtGui.so.4 => /lib64/libQtGui.so.4 (0x00007fd99eb13000) libQtCore.so.4 => /lib64/libQtCore.so.4 (0x00007fd99e60f000) ” If this is what was intended, and expected situation, then , referring to my original first post, your JLink packages are broken: they don't specify required dependency. May be you need to run it by your developers, to make sure this is expected dynamic linking. As, question is, why were then Qt libraries also included in the >=6.30 J…

  • How do I save all breakpoints I set while using a Project? After I exist Ozone, and re-start and reload same project, all break points are gone. Is there special way to save them?

  • Currently in SES you can use symbol or hex value to set initial stack pointer value (Debug-> Debugger .. ). It would be great if there were other ways to do this - particularly through script or SES' macros expansion & execution. E.g. I would like to use this l33t script function (with emScript): function get_sp_val_from_bin(){ //Note: bin_file_full_path must be defined when calling the script with -define //The bin file for a Cortex M will have SP value as first word / 32bit BinaryFile.load( bi…

  • Which host controller are you using? Because, for J-Trace I use USB3 controller. >Could you provide us with the kernel log entry for the J-Trace PRO Cortex under /var/log ? Which file specifically? The extract I provided is the journal entry (journal -f ) , and the same information is reflected in /var/log/messages. I've re-tested now on updated Fedora kernel, still the same. Linux esembbox 4.15.6-300.fc27.x86_64 #1 SMP Mon Feb 26 18:43:03 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

  • Hello, My Fedora is a 'standard' variant, with LXDE desktop. Note, no Qt installed by default (and one not necc. needs it). I think, if you start on your Fedora by first un-installing package qt-x11, you might get the behavior. Could you share output of ldd JLinkGDBServerExe? Output for me after I've installed Fedora's Qt: ldd $(which JLinkGDBServerExe) linux-vdso.so.1 (0x00007ffce67d6000) libQtGui.so.4 => /lib64/libQtGui.so.4 (0x00007ff16c62d000) libQtCore.so.4 => /lib64/libQtCore.so.4 (0x00007…

  • Hello, As far as I see in my original install log: 1 JLink_Linux_V630a_x86_64.rpm 2 ozone-2.54.2.x86_64.rpm 3 JLink_Linux_V630b_x86_64.rpm ozone-2.56.x86_64.rpm systemview-2.52.1.x86_64.rpm Can I ask, how is systemview suppose to run if it does not include it's own Qt libraries, and the host system may or not have them? As RPM does not spec that dependency. Could you paste the output of ldd SystemView?

  • Quote from v01d: “. The problem that I saw, relates to introduction of GDBServer GUI version, which appears to be Qt based. This new dependency is not reflected in the installation packages, and thus are partially broken..... ” Ok, correction, I see that , unlike SystemView, JLink package contains needed Qt inside it. Same as Ozone, which is great. But executing JLinkGDBServerExe from command line would through me missing libQtGui.so .. So on my system, it does not find it. Does install may be m…

  • The JLink RPM installers for Linux 64-bit are partially broken since V6.30 to current inclusive, imho. The problem that I saw, relates to introduction of GDBServer GUI version, which appears to be Qt based. This new dependency is not reflected in the installation packages, and thus are partially broken. Consider rpm -qpi --requires /media/sf_dloads/Segger/JLink_Linux_V630f_x86_64.rpm Name : jlink Version : 6.30.6 Release : 1 Architecture: x86_64 Install Date: (not installed) Group : Development/…

  • Yes indeed. Thanks !

  • I got a J-Trace Cortex unit, and using it on Linux. I don't know if this is / can be a problem as such (didn't get there yet ..), but I saw that when I plug it in, the kernel shows a wrong serial number for it. Mar 06 13:48:48 esembbox kernel: usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd Mar 06 13:48:48 esembbox kernel: usb 2-1: New USB device found, idVendor=1366, idProduct=1020 Mar 06 13:48:48 esembbox kernel: usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 Mar …

  • Hello, That's a pity. Actually, it would be good if Segger adds not chaining, but executing arbitrary (and number of) Post/Pre build commands. Would be best of course if user can dynamically add (in the options list, by adding another raw in the configuration) such commands (or targets). If not dynamic, at least provide like 3 customizeable steps like that. E..g in that options list: -------------------| ------------------------------------------ UsrPostBuild1 (or UsrPostBuild1Tgt) UsrPostBuild1…

  • It would help if mkld -verbose would actually print something of use if it fails to parse xml files. With, or without -verbose, if say a memory map file parsing fails, it only prints error: cannot load memory map file

  • Hello, I don't see how this is possible. External Build-> C Compile Command is a project level configuration setting. Per-file, (checking file options) has no such option.

  • Does this mean you cannot get output of those commands in Ozone 's console .. ? (Same as with JLink commander : read memory, it prints output ). Did not plan to log anything ..

  • I would like to have more than one post link command, in SES. I can of course replace the one default to invoke my script say. But I wonder if you can do this in SES without custom script. So in project settings, User Build Steps, Post-Link Command I would like to replace with 2 in 1 as: "$(ToolChainDir)/arm-none-eabi-objcopy" -Oihex "$(RelTargetPath)" "$(PostLinkOutputFilePath)".hex ; "$(ToolChainDir)/arm-none-eabi-objcopy" -v -Obinary "$(RelTargetPath)" "$(PostLinkOutputFilePath)".bin But the …