Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do we compile it #8

Open
TheEpicFace007 opened this issue Dec 31, 2018 · 4 comments
Open

How do we compile it #8

TheEpicFace007 opened this issue Dec 31, 2018 · 4 comments

Comments

@TheEpicFace007
Copy link

Compile instruction for gnu/linux?

@kermitdafrog8
Copy link

I used Qt4's qmake to convert the .pro file to a Makefile on the FATX directory first. Looks like it compiled correctly. Did the same on the Up directory without any errors. The Up program crashes on me when I select the load devices under file. I don't have anything connected to my PC so that might be the cause but I am unsure. Still trying to figure this program out.

@kermitdafrog8
Copy link

kermitdafrog8 commented Aug 26, 2023

I did change some things to get it to compile under Qt5 but still crashes on 'Load Devices'.

@landaire
Copy link
Owner

landaire commented Sep 7, 2023

@kermitdafrog8 this project was one of my first ever C++ projects and likely has many memory safety issues. Compile with -fsanitize=address and you'll likely shake things out. Otherwise I haven't touched this project in about 10 years and can't really help.

@kermitdafrog8
Copy link

Is there any way to contact you directly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants