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
When building C code, the source code jump.c seems to be missing in the tics/src/ directory.
CMake Error at test/functional/CMakeLists.txt:27 (add_executable): Cannot find source file: /home/user/TICS/tics/src/jump.c
From TICS/tics/test/functional :
add_executable("ftest_jump" "${PROJECT_SOURCE_DIR}/test/functional/checkpoint/ftest_jump.c" "${PROJECT_SOURCE_DIR}/src/jump.c" "${PROJECT_SOURCE_DIR}/src/checkpoint.c" "${PROJECT_SOURCE_DIR}/src/stackarray.c" "${PROJECT_SOURCE_DIR}/src/virtualmem.c" "${PROJECT_SOURCE_DIR}/arch/msp430x/workingstack.c" "${PROJECT_SOURCE_DIR}/arch/msp430x/workingstack_nv_asm_small.S" "${PROJECT_SOURCE_DIR}/arch/msp430x/dma.c" "${PROJECT_SOURCE_DIR}/arch/msp430x/checkpoint_timer.c" "${PROJECT_SOURCE_DIR}/test/functional/ftest_util.c" "${SOURCE_FILES}" )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When building C code, the source code jump.c seems to be missing in the tics/src/ directory.
From TICS/tics/test/functional :
The text was updated successfully, but these errors were encountered: