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

path for toolset undefined

I am working on a Silicon Labroratories F340, and in my KEIL uVision3 I
have found it in the "device database". I can make a project with this
chip set. But when I compile the project, it showed error message "path
for toolset undefined".
I checked the tools.ini, it only contains my email address.
Thanks.

Parents
  • You can add the path under the C51 section
    in the tools.ini like this...
    [C51]
    PATH="C:\Keil\C51\"

    Or you can go to the drop down tool bar in uVision:
    Projects->"Conmpents, Environmets, books"

    Then click on the Tab "Folders/Extensions" and manually set the path.

Reply
  • You can add the path under the C51 section
    in the tools.ini like this...
    [C51]
    PATH="C:\Keil\C51\"

    Or you can go to the drop down tool bar in uVision:
    Projects->"Conmpents, Environmets, books"

    Then click on the Tab "Folders/Extensions" and manually set the path.

Children