I'm going to start saying that I am not a software dev, I deal more with hardware. I am trying to create a Raspberry Pi setup that runs software to diag and flash PlayStation 5s. I came across this piece of software and it looks very promising. Trying to run it on Linux Kubuntu, and I came across this error:
Downloading latest database file. Please wait...
Could not download the latest database file. Please ensure you're connected to the internet!
my internet is not the issue. I've even ran it under sudo.
When I try to compile it with mono-complete with command mcs Program.cs even adding the "Form1.cs" and "Form1.Designer.cs" to it I get a bunch of syntax errors. what is needed to compile this program for Linux? Or, can you please support Linux some more?
I'm going to start saying that I am not a software dev, I deal more with hardware. I am trying to create a Raspberry Pi setup that runs software to diag and flash PlayStation 5s. I came across this piece of software and it looks very promising. Trying to run it on Linux Kubuntu, and I came across this error:
my internet is not the issue. I've even ran it under sudo.
When I try to compile it with mono-complete with command
mcs Program.cseven adding the "Form1.cs" and "Form1.Designer.cs" to it I get a bunch of syntax errors. what is needed to compile this program for Linux? Or, can you please support Linux some more?