Re: [casper] Failed to build Casperfpga

2023-11-22 Thread Kaj Wiik
Hi Bishnu, I vaguely remember stumbling into this, the problem was a broken Linux release of Matlab. I found this from my notes: Ubuntu 20 comes with gcc 7.x to 9.x versions by default; you need to either install gcc 6.x manually or create a symbolic link using the following sudo commands: sudo l

Re: [casper] Failed to build Casperfpga

2023-11-22 Thread Jonathon Kocz
Hi Bishnu, It looks like the culprit is progska - which is a c program included in the library for programming the SKARAB boards. You could manually remove the dependency (you won't need it for rfsoc work) but it may be easier to install the required os packages. You will almost certainly need Ka

Re: [casper] Failed to build Casperfpga

2023-11-22 Thread Morag Brown
Hey Bishnu, I back Jonathon's suggestion - although I'm fairly sure that I got away with installing python3-dev and then just gcc, not the entire build-essentials package, when I recently did a clean install. I also vaguely recall having to manually install Cython too: $python3 -m pip install cyt