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

Adding linux compatibility #5

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

ilumnatr
Copy link

I've been working on adding linux support, hopefully without breaking anything else. I can still build and run the Windows version, but I don't have a Mac to test on.

-However-
The port is not 100% complete. The sync test often stalls out in the middle of getting show info. The *nix code is based on the mac versions.

@hinrichsenhans
Copy link
Member

Which version of linux are you compiling on?

@ilumnatr
Copy link
Author

Arch.

@ilumnatr
Copy link
Author

Got it. memcpy() was (sometimes) corrupting the data when used to shift the m_InputBuffer.data array in EosOsc::Recv. memmove() should be safer and seems to have fixed it for me.

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

Successfully merging this pull request may close these issues.

2 participants