Hi,
I just started using SystemView 3.30 on a Cortex-M4F / FreeRTOS project and really find it very interesting and informative. Pretty easy to set up and also looks like there is a lot of information I am ready to dig into. However, when trying to save the data for offline analysis SystemView crashes with the below error message.
I am using a Linux system based on Centos 7-based system with qt 4.8.7 installed. See below.
Any suggestions on how to fix this? Thanks! (I searched the board but could not find this error yet, apologies if I missed it.)
-peter
Display All
I just started using SystemView 3.30 on a Cortex-M4F / FreeRTOS project and really find it very interesting and informative. Pretty easy to set up and also looks like there is a lot of information I am ready to dig into. However, when trying to save the data for offline analysis SystemView crashes with the below error message.
I am using a Linux system based on Centos 7-based system with qt 4.8.7 installed. See below.
Any suggestions on how to fix this? Thanks! (I searched the board but could not find this error yet, apologies if I missed it.)
-peter
Source Code
- (base) lnx231:~/Downloads/FreeRTOS-Kernel-10.4.3 >uname -a
- Linux lnx231.classe.cornell.edu 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 10 08:19:23 CST 2020 x86_64 x86_64 x86_64 GNU/Linux
- (base) lnx231:~/Downloads/FreeRTOS-Kernel-10.4.3 >cat /etc/redhat-release
- Scientific Linux release 7.9 (Nitrogen)
- (base) lnx231:~/Downloads/FreeRTOS-Kernel-10.4.3 >rpm -qi qt-4.8.7-9.el7_9.x86_64
- Name : qt
- Epoch : 1
- Version : 4.8.7
- Release : 9.el7_9
- Architecture: x86_64
- Install Date: Tue 17 Nov 2020 06:37:36 AM EST
- Group : System Environment/Libraries
- Size : 17895063
- License : (LGPLv2 with exceptions or GPLv3 with exceptions) and ASL 2.0 and BSD and FTL and MIT
- Signature : DSA/SHA1, Tue 10 Nov 2020 11:41:08 AM EST, Key ID b0b4183f192a7d7d
- Source RPM : qt-4.8.7-9.el7_9.src.rpm
- Build Date : Tue 10 Nov 2020 08:29:16 AM EST
- Build Host : sl7.fnal.gov
- Relocations : (not relocatable)
- Packager : Scientific Linux
- Vendor : Scientific Linux
- URL : http://qt-project.org/
- Summary : Qt toolkit
- Description :
- Qt is a software toolkit for developing applications.
- This package contains base tools, like string, xml, and network
- handling.