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 Reply Children
  • I use keil c51v809a for study. I use Windows Vista. When I start uVision It tells me that the path for toolset is undefined. I also can't edit new projects because of this error. What can I do, to rum uVision without errors?

    The TOOLS.ini looks like this.

    [UV2]
    ORGANIZATION="no"
    NAME=***
    EMAIL=***
    BOOK0="UV3\RELEASE_NOTES.HTM" ("uVision Release Notes",GEN)
    DEVICE_BOOKS=
    [C51]
    PATH="C:\Programme2\Work\Keil\C51\"
    BOOK0="HLP\Release_Notes.htm" ("Release Notes",GEN)
    BOOK1="HLP\C51TOOLS.chm" ("Complete User's Guide Selection",C)
    TDRV0=BIN\MON51.DLL ("Keil Monitor-51 Driver")
    TDRV1=BIN\ISD51.DLL ("Keil ISD51 In-System Debugger")
    TDRV2=BIN\MON390.DLL ("MON390: Dallas Contiguous Mode")
    TDRV3=BIN\LPC2EMP.DLL ("LPC900 EPM Emulator/Programmer")
    TDRV4=BIN\UL2UPSD.DLL ("ST-uPSD ULINK Driver")
    TDRV5=BIN\UL2XC800.DLL ("Infineon XC800 ULINK Driver")
    TDRV6=BIN\MONADI.DLL ("ADI Monitor Driver")
    TDRV7=BIN\DAS2XC800.DLL ("Infineon DAS Client for XC800")
    RTOS0=Dummy.DLL("Dummy")
    RTOS1=RTXTINY.DLL ("RTX-51 Tiny")
    RTOS2=RTX51.DLL ("RTX-51 Full")

  • My fault, I used the wrong software, sorry. ^^