How can I choose a toolchain ?
I installed the package (evaluation version), but there is not any toolchain inside.
I have searched for the expected toolchain and I have found a header file.
What can I do?
Do I copy this file to a specific place (The software needs a tool file)
your help is appreciated
well that depends on which microcontroller family you are using, e.g if you are using 8051 or any variant of it, use C51 Compiler. u can get it on https://www.keil.com/demo/eval/c51.htm
after installation u will find a folder named as 'C51' in your keil directory, if you install the ARM compiler from keil, it will be in its respective folder under the keil directory.