This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

add additional arm compile

Hello everyone,

with Keil 5.14 (mdk_pro) I can select a compiler within the Target options. I'd like to use the compiler Version 4.1.
I installed Keil 5.14 in another folder than Keil 4.13.

then I was looking inside the folder ARMCC from Keil 5.14 and tried to make a similar folder for the old compiler. The folder is named ARMCC_V4_1 and is located in the ARM folder from Keil 5.14. I want to copy the old compiler from Keil 4.13 (if there is another source please tell me).

I copied the BIN40 folder from Keil 4.13 to the ARMCC_V4_1/bin (armar.exe, armcc.exe...)
I copied RV32/INC from Keil4.13 to ARMCC_V4_1/include (headerfiles)
I copied RV32/armlib and RV32/cpplib from Keil 4.13 to ARMCC_V4_1/lib

I cannot find any folder named "sw" in Keil 4.13

What else do I have to copy/create/modify in order to use compiler 4.1 within Keil 5.14?

regards
Alexander

Parents
  • Dear Alexander,

    unfortunately this won't work for ARM Compiler Versions < 5.x.
    This is due to the fact that ARM Compiler Version 4.x is not as cleanly structured as Version 5.x, where the default folder bin, lib and include are side by side in a separate sub-folder with no intermixing of e.g. Middleware/RTOS Libraries and respective includes.

    Best regards,

    Joachim Krech

Reply
  • Dear Alexander,

    unfortunately this won't work for ARM Compiler Versions < 5.x.
    This is due to the fact that ARM Compiler Version 4.x is not as cleanly structured as Version 5.x, where the default folder bin, lib and include are side by side in a separate sub-folder with no intermixing of e.g. Middleware/RTOS Libraries and respective includes.

    Best regards,

    Joachim Krech

Children
No data