You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling with arm-none-eabi-gcc v12.2.0 gives strange-looking warnings like the following:
arm-none-eabi-gcc -c -mthumb-interwork -march=armv5te -std=gnu99 -ffreestanding -I /Users/user/code/spinnaker/git/spinnaker_tools/include -Wall -Wextra -Wold-style-definition -DPRODUCTION_CODE -DPROFILER_DISABLED -Ofast -DAPPLICATION_NAME_HASH=0xfdeb3b58 -I /Users/user/code/spinnaker/git/SpiNNFrontEndCommon/c_common/models/system_models/modified_src/ -g -o /Users/user/code/spinnaker/git/SpiNNFrontEndCommon/c_common/models/system_models/build/extra_monitor_support.o /Users/user/code/spinnaker/git/SpiNNFrontEndCommon/c_common/models/system_models/modified_src/extra_monitor_support.c
In function ‘sdram_free’,
inlined from ‘data_out_dma_complete_read_missing_seqeuence_nums’ at /Users/user/code/spinnaker/git/SpiNNFrontEndCommon/c_common/models/system_models/modified_src/extra_monitor_support.c:1677:13:
/Users/user/code/spinnaker/git/SpiNNFrontEndCommon/c_common/models/system_models/modified_src/extra_monitor_support.c:584:46: warning: array subscript 0 is outside array bounds of ‘sark_vec_t[0]’ {aka ‘struct sark_vec[]’} [-Warray-bounds]
584 | ALLOC_LOCK | ALLOC_ID | (sark_vec->app_id << 8));
|
It seems from https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105523 as though this is a bug that is yet to be resolved, so I would suggest keeping an eye on the status of that bug to see what happens there.
The text was updated successfully, but these errors were encountered:
Compiling with arm-none-eabi-gcc v12.2.0 gives strange-looking warnings like the following:
It seems from https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105523 as though this is a bug that is yet to be resolved, so I would suggest keeping an eye on the status of that bug to see what happens there.
The text was updated successfully, but these errors were encountered: