We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Does the project support building with just make, or is compiling SYSTEMC with CMake and then this project with CMake required?
The text was updated successfully, but these errors were encountered: