mariusmm/RISC-V-TLM

Compiling without CMake

Opened this issue · 0 comments

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?