• error - can't create command input file '(null)'
    I receive this error when compiling a existing project made from another uVision compiler (I don't have this version yet). I did not write the code for this project and the only change I made to the...
  • error - can't create command input file '(null)'
    I receive this error when compiling a existing project made from another uVision compiler (I don't have this version yet). I did not write the code for this project and the only change I made to the...
  • can't create directory with File System component
    hi, I'm trying to create a directory like this: if (fcheck ("F0:") != fsOK){ //error, format fformat ("F0:", "/FAT32"); //check, if not trwo an error if (fcheck ("F0:") != fsOK) fatalError...
  • can't create directory with File System component
    hi, I'm trying to create a directory like this: if (fcheck ("F0:") != fsOK){ //error, format fformat ("F0:", "/FAT32"); //check, if not trwo an error if (fcheck ("F0:") != fsOK) fatalError...
  • v6.20 Can't create HEX Files !
    I just update my version of C51 Keil in version 6.20. I tried to compile an old project and the OH51 file do a fatal error! So, my hex file was not created ! My OH51.exe version is 2.5 What's...