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

proxyFESVR cross-platform build compatibility improvements #5

Open
wants to merge 5 commits into
base: tinyConverter
Choose a base branch
from

Conversation

daniellovell
Copy link
Contributor

Added a CMakeLists file that generates Makefiles across all platforms. Included instructions on how to use in both Linux and Windows.

Also fixed a number of build issues such as ambiguous C-style enum declarations causing build failures, missing return values in read/write/loadElf functions, and a missing placeholder return in the virtual function declaration deserialize()

Also cross-platform main.cpp

read/write/loadElf did not return anything
enum TsiMsg had namespace conflicts (many)
virtual declarations should return something if the function signature specifies
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.

1 participant