Also, I noticed Scripts/Makefile defaults to RVCT. Are people still using that, or has everyone moved to gcc or the newer Arm compilers?
-- Rebecca Cran
I ran into some problems debugging EDK2 code using Development Studio with the files under ArmPlatformPkg/Scripts and these patches fix them. I'm using Arm Development Studio 2021.2 and not DS-5, so I'm not sure if these changes would break things for people using the older environment. Rebecca Cran (3): ArmPlatformPkg: Fix error message in Scripts/Ds5/edk2_debugger.py ArmPlatformPkg: Fix target initialisation in cmd_load_symbols.py ArmPlatformPkg: Fix EDK2_DSC check in Scripts/Makefile ArmPlatformPkg/Scripts/Ds5/cmd_load_symbols.py | 5 ++--- ArmPlatformPkg/Scripts/Ds5/edk2_debugger.py | 2 +- ArmPlatformPkg/Scripts/Makefile | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-)