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

Compilation of Generated Code for Large Network Sporadically Freeze #9

Open
Victor-Jung opened this issue Oct 29, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@Victor-Jung
Copy link
Member

Victor-Jung commented Oct 29, 2024

During the compilation process of the code generated for executing large networks, the execution freezes sporadically. This issue was already present in the previous GitLab CI flow using our internal servers.

As a temporary bugfix, I added a retry on timeout step in the CI for large networks.

For more info see this discussion.

Below is an extract of the last lines before it freezes:

clang-15: warning: argument unused during compilation: '-nostartfiles' [-Wunused-command-line-argument]
[100%] Building C object DeeployTest/Platforms/Siracusa/CMakeFiles/Transformer.dir/src/CycleCounter.c.obj
[100%] Building C object DeeployTest/Platforms/Siracusa/CMakeFiles/Transformer.dir/src/deeploytest.c.obj
[100%] Linking C executable ../../../bin/Transformer
/app/install/llvm/bin/llvm-objdump: warning: '/__w/Deeploy/Deeploy/DeeployTest/TEST_SIRACUSA/build/bin/Transformer': failed to find source /app/toolchain/picolibc/build-riscv/../newlib/libc/string/memchr.c
[100%] Built target Transformer
@Victor-Jung Victor-Jung added the bug Something isn't working label Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant