-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
BugSomething isn't workingSomething isn't working
Description
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
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't working