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

Error

Hi

When I tried to compile the software and I get the error:

CLASSES (ICODE (0xC00000-0xC1FFFF), NCODE (0xC00000-0xC1FFFF),FCODE (0xC00000-0xC1FFFF) ,
FCONST (0xC00000-0xC1FFFF), HCONST (0xC00000-0xC1FFFF),
XCONST (0xC00000-0xC1FFFF), NCONST (0xC00000-0xC03FFF),
NDATA (0xC000-0xCFFF, 0xF600-0xFDFF), NDATA0 (0xC000-0xCFFF, 0xF600-0xFDFF),
SDATA (0xC000-0xCFFF, 0xF600-0xFDFF), SDATA0 (0xC000-0xCFFF, 0xF600-0xFDFF),
IDATA (0xF600-0xFDFF), IDATA0 (0xF600-0xFDFF),
FDATA (0xC000-0xCFFF, 0xF600-0xFDFF), FDATA0 (0xC000-0xCFFF, 0xF600-0xFDFF),
HDATA (0xC000-0xCFFF, 0xF600-0xFDFF), HDATA0 (0xC000-0xCFFF, 0xF600-0xFDFF),
XDATA (0xC000-0xCFFF, 0xF600-0xFDFF), XDATA0 (0xC000-0xCFFF, 0xF600-0xFDFF))
CINITTAB (0xC00000-0xC1FFFF)
VECTAB (0xC00000)
*** FATAL ERROR L210: I/O ERROR ON INPUT FILE:
EXCEPTION 0021H: PATH OR FILE NOT FOUND
Target not createdFILE: main.obj

How to resolve this problem?

Eric Boon

Parents
  • Check to make sure that you have a check in the box for #EA (meaning start from internal memory).

    In my opinion Dave is a great tool for learning about a device without having to wade through all of the documentation. However, this does not mean you can skip reading (understanding) what's in the user's manuals. I would challenge you to understand (and agree) with Dave generated code before taking it to production.

    To your final question of help, how? I don't know your experience level with the Infineon XC16x family. For Keil compiler training follow this link http://www.keil.com/training for others have
    a look to this website http://www.spacetools.com/tools4/space/train.htm. Perhaps you need to consider hiring an experienced consultant for the XC16x family not just the C16x family (Keil website lists consultants).

Reply
  • Check to make sure that you have a check in the box for #EA (meaning start from internal memory).

    In my opinion Dave is a great tool for learning about a device without having to wade through all of the documentation. However, this does not mean you can skip reading (understanding) what's in the user's manuals. I would challenge you to understand (and agree) with Dave generated code before taking it to production.

    To your final question of help, how? I don't know your experience level with the Infineon XC16x family. For Keil compiler training follow this link http://www.keil.com/training for others have
    a look to this website http://www.spacetools.com/tools4/space/train.htm. Perhaps you need to consider hiring an experienced consultant for the XC16x family not just the C16x family (Keil website lists consultants).

Children