Running Redhawk SDR with Wind River VxWorks 7.+ - vxworks

Can the Redhawk SDR be run on top of Wind River's VxWorks 7.0 RTOS?
It appears it can run under Linux, but what about VxWorks?

REDHAWK only supports CentOS 6 and 7.
If you would like to try build from source, you will need to compile VxWorks versions of the dependencies, the latest are listed in Appendix B of the REDHAWK manual at: http://redhawksdr.github.io/Documentation/mainap2.html#x22-511000B

Related

JProfiler 11.0.2 Mac M1 support?

Issue when running a jar with the agent flag:
java -agentpath:/Applications/JProfiler.app/Contents/Resources/app/bin/macos/libjprofilerti.jnilib=port=8849 -jar name-of-jar
issue:
'/Applications/JProfiler.app/Contents/Resources/app/bin/macos/libjprofilerti.jnilib' (fat file, but missing compatible architecture (have (i386,x86_64), need (arm64e)))
I presume this is due to the Mac M1, is there a version of JProfiler which supports the M1?

Cytoscape 2.8.2 Launch With Errors

I am very new to Cytoscape, which I need for my thesis and I need to use this specific version.
I installed it on my Laptop and on the installation instructions said to install the Java 2 Runtime Environment, version 1.4.2 or higher.
I could not install this version or SE 5/6 so eventually I installed the version 17.0.1. I launched cytoscape 2.8.2 using the following commands on cmd on Ubuntu
chmod a+x cytoscape.sh
./cytoscape.sh
I get these errors:
cmd errors, cytoscape error console
Ubuntu details:
Description: Ubuntu 20.04.2 LTS,
Release: 20.04,
Running on VMware® Workstation 16 Player, v16.1.0 build-17198959
Wow. That's a really old version of Cytoscape! That version was released 10 years ago. There is no way it will run with Java 17 (the newest LTS version). In fact, the current release of Cytoscape won't run on Java 17. We are working on that support for Cytoscape 3.10.
Your best bet is installing the oldest Java possible. It might simply not be possible without having a 10 year old machine that hasn't been updated and still runs.

Update mono on opensuse 13.2

I am wondering if anyone can show me where to find or help me
how to update mono 3.8 on opensuse 13.2.
I want to update it to new version, because this one
have too many bugs and dont run goo with my aplications
on my server.
The Mono project provides one-click installs for openSUSE, currently versions up to 4.0.4.1-0 are available.
openSUSE and SLES
You can install using SUSE One-Click files (see below for
descriptions):
mono-devel
mono-complete
referenceassemblies-pcl
Ref: http://www.mono-project.com/docs/getting-started/install/linux/#opensuse-and-sles

Pharo 2.0 not running on CentOS 6.6

I am trying to run my pharo2.0 application on CentoOS which was previously been installed in a mac. The original version is pharo2.0 so I need to run the same image CentoOS too, but I get an error which says this below :
/lib/libc.so.6: version `GLIBC_2.15' not found (required by xxxxx)
Should I be trying to upgrade the CentoOS and see if pharo2.0 works or port my whole application to a later version of pharo?
There is now a VM build especially for systems with an older libc version. In fact there is a build for Centos specifically (which has a slight variation in linkages from Debian), the latest version of which is permalinked here. See http://pharo.org/download#custom for more info.

Is installing MONO on an IBM RISC running AIX possible and or practical? And if so where do I start?

Is installing MONO on an IBM RISC running AIX possible and or practical?
And if so where do I start?
AIX is not one of Mono's supported platforms.
From the FAQ:
Mono currently runs on Linux, Windows, Solaris, FreeBSD and MacOS X. The Just-In-Time engine (JIT) is available on x86 and PowerPC, Sparc and S390 processors and can generate code and optimizations tailored for a particular CPU. Interpreters exist for the Itanium, HP-PA, StrongARM CPUs.
You could always download the source, and compile it yourself, after working out the platform specifics. Namely, the JITter would need to be ported to handle the processor.