Genadi V. Zawidowski
Genadi V. Zawidowski
Only two lines.,.. Same problem and similar for aarch64 processors `From 909ee3f39a3c5f6cc2d99fcab48ae6fc4e09371a Mon Sep 17 00:00:00 2001 From: ua1arn Date: Wed, 15 Mar 2023 18:09:59 +0300 Subject: [PATCH] risc-v compatibility...
This error message from linker stage of gcc point to this line of code:  Ths fuction - inline body of **__FPU_Enable**, located in `core_A/Include/cmsis_gcc.h`. In my project with -Ofast...
How about adding this functions to _CMSIS/Core_A/Include/cmsis_cp15.h_ ? This register used for support SMP data coherency in conjunction with ACTLR. ``` #if (__CORTEX_A == 8U) #define CPUECTLR_SMPEN_Msk (1u
I propouse add stripping extra bits in argument. Existing implementation fails then used unstripped value from GIC_GetConfiguration 
 Case mismatch.
Core-A: modifications for representation interrupt mode model on Renesas Cortex-A9 RZA1x CPUs
I am use these modified files for hide warnings while aarch64 compilation: Propose add as seed of adding aarch64 (coretex-a53) support. [Include.zip](https://github.com/ARM-software/CMSIS_5/files/9593540/Include.zip)
Propose change source of analyzer at this point:  for remove these warnings: ``` char_ref.rl: In function 'consume_named_ref': char_ref.rl:2498:12: warning: unused variable 'matched' [-Wunused-variable] In file included from char_ref.rl:28: char_ref.rl:2501:58:...
Few changes need for painless compile Cortex-A53 projects:  and 