Jonatan Antoni
Jonatan Antoni
@RobinKastberg, now the toolchain seems to run correctly. We need to focus on fixing the tests, now. Can you help with that?
Thanks for spotting such issues. Yes, I'd expect most of the issues to be some toolchain integration issues, such as wrong/misaligned compiler flags. We need to sort them out gradually.
> This looks good, however I am currently busy with other things, so my hunting down the last lit tests will take a while. Can this still be merged? I...
Hi @ua1arn, looks non impacting any exiting CMSIS-based code. Please go ahead and raise a pull-request. Did you check other compilers as well? Perhaps it makes sense to add a...
Thanks for raising this.
Addressed in #252
Relates to ARM-software/CMSIS_5#1211
Thanks for raising this. I traced this back to https://github.com/ARM-software/CMSIS_5/blame/c94ecb8d94b7586979d13273dff15ef7bb1b1917/CMSIS/Core/Include/cmsis_armclang.h The include to `arm_compat.h` got removed due to compatibility reasons across toolchains and compiler versions. At that point we might...
Hi @SteMMo33, Did you try to compile in regular ARM mode instead of THUMB? Then, it looks like you are working with fairly old code based on CMSIS 5.6.0. With...
Don't get confused by pack vs component version. In your case its CMSIS 5.6.0 which ships RTX5 5.5.1. The latest versions available are CMSIS 6.1.0, CMSIS-RTX 5.9.0, and Cortex_DFP 1.1.0....