This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS Errors: XDCTools

After setting up the RTOS lab for lab 4 I always get the following Error

Description Resource Path Location Type
xdc.cfg.SourceDir : Build of generated source libraries failed: exit status = 2: .xdchelp /Lab 4RTOSb line 209 C/C++ Problem

and 

Description Resource Path Location Type
fatal error #1965: cannot open source file "C:/Users/Julia/Desktop/Sky Artist/Coding Grounds/Embedded systems/Lab 4RTOSb/Debug/configPkg/package/cfg/empty_pem4f.h" .xdchelp /Lab 4RTOSb line 39 C/C++ Problem

Could someone update me on what's going on?

Thanks

  • Julia,
    please clean and rebuild, and post the complete content from the build console. Most likely the source of the problem are whitespaces in your project path. XDCtools uses gmake, which cannot deal with whitespaces.
  • Yeah no that wasn't the problem. ( I already tried fixing it that way)

    The problem was that My Code Composer says 6.1 on the executable, but the version is 6.00.1 or something.

    Either way I have to download a different Xdctool for my programs to work. So now I just decided to keep both Xdctools and switch between the two accordingly.

    I was kind of frustrating, but I figured it out.