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

KEIL C error message

Hello,

My MCU is 89S51/89C51,

System shown below message, when I press debug
Error: *** Device is not supported by Toolchain ! ***
Debugger aborted !

System shown below message, when I press rebulid
Error: *** Project 'TEST_2', Target 'Target 1', Device 'Atmel::AT89C51' is not supported by Toolchain ! ***.

please kindly teach me, how does solve this problem?

Sincerely,

Robert

Parents
  • Do they even have any debug capability?

    "please kindly teach me, how does solve this problem?"

    Go on - if it's not supported in that toolchain, then you obviously need to get a different toolchain!

    You obviously need to choose a toolchain which does support your device!

    Simples!

    You wouldn't, perhaps, be trying to use the free Si-Labs version with another manufacturer's chips - would you ... ?

Reply
  • Do they even have any debug capability?

    "please kindly teach me, how does solve this problem?"

    Go on - if it's not supported in that toolchain, then you obviously need to get a different toolchain!

    You obviously need to choose a toolchain which does support your device!

    Simples!

    You wouldn't, perhaps, be trying to use the free Si-Labs version with another manufacturer's chips - would you ... ?

Children