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

Missing jump.c when building #5

Open
antoine-bernabeu opened this issue Sep 29, 2023 · 0 comments
Open

Missing jump.c when building #5

antoine-bernabeu opened this issue Sep 29, 2023 · 0 comments

Comments

@antoine-bernabeu
Copy link

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}"
    )
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