[BUG] portable/CMakeLists.txt capitalization error for GCC_ARM_AARCH64 port
sean-ascent opened this issue · 0 comments
sean-ascent commented
Describe the bug
ARM_AARCH64 path capitalization is incorrect in portable/CMakeLists.txt:L799-800
E.g. $<$STREQUAL:${FREERTOS_PORT},GCC_ARM_AARCH64:${CMAKE_CURRENT_LIST_DIR}/GCC/Arm_AARCH64> (should be ARM_AARCH64)
Target
- Development board: STM32MP257F-EV1
- Instruction Set Architecture: A64
- IDE and version: VSCode
- Toolchain and version: 13.2.Rel1-x86_64-aarch64-none-elf
Host
- Host OS: Ubuntu
- Version: 24.04
To Reproduce
Configure project with FREERTOS_PORT=GCC_ARM_AARCH64
Expected behavior
Project configuration step finds portable/GCC/ARM_AARCH64 directory sources.
Screenshots
N/A
Additional context
N/A