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

Compiling without CMake #12

Open
jeosadn opened this issue Feb 7, 2022 · 0 comments
Open

Compiling without CMake #12

jeosadn opened this issue Feb 7, 2022 · 0 comments

Comments

@jeosadn
Copy link

jeosadn commented Feb 7, 2022

Hi. Looking at the Compile section of the README.md, the need to update the SYSTEMC path in the Makefile is mentioned.

However, the only provided Makefiles are for the tests, there is no Makefile to build the project itself:

$ find . -type f -name Makefile
./tests/C/malloc_test/Makefile
./tests/C/long_test3/Makefile
./tests/C/func2/Makefile
./tests/C/func3/Makefile
./tests/C/long_test1/Makefile
./tests/C/func4/Makefile
./tests/C/long_test2/Makefile
./tests/C/func1/Makefile
./tests/C/trace3/Makefile
./tests/C/forloop/Makefile
./tests/C/func6/Makefile
./tests/C/stdlibs/Makefile
./tests/C/trace/Makefile
./tests/C/func5/Makefile
./tests/C/dhrystone/Makefile
./tests/C/long_test4/Makefile
./tests/C/trace2/Makefile
./tests/FreeRTOSv10/Makefile
./tests/FreeRTOS/Makefile
./tests/CPP/rtti3/Makefile
./tests/CPP/cout/Makefile
./tests/CPP/rtti2/Makefile
./tests/CPP/rtti/Makefile

Does the project support building with just make, or is compiling SYSTEMC with CMake and then this project with CMake required?

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

1 participant