-
Notifications
You must be signed in to change notification settings - Fork 151
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
Support portable for ARM CA7 #110
Comments
Hi, |
I added the Cortex-A9 files, but I have the following errors with the assembler:
I tested both arm and thumb mode but same errors. |
Hi @SteMMo33, The instructions are related to FPU on Cortex-A. Looks like some settings don't match in your case. Try to add |
@JonatanAntoni thanks! Now my problem is the error:
Maybe the _WEAK symbol is wrong? |
@VladimirUmek may comment on where |
WEAK symbol comes from CMSIS device header included by FreeRTOSConfig.h. CMSIS_device_header is defined in RTE_Components.h (generated by CMSIS build tool). |
The compiler command line dumped above does not contain the usual @SteMMo33, how do you compile the project above? The Makefile seems not ready for CMSIS-Pack based "RTE" projects. |
Hi all,
what about a portable branch toward ARM CA7 - i'm working with a STM32MP135.
Thanks!
The text was updated successfully, but these errors were encountered: