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.

TMDXEVM6678LE & BH 560, missing resource_mgr.h

I am attempting to follow the BIOS MCSDK 2.0 User Guide example for running a single core application.

http://processors.wiki.ti.com/index.php/BIOS_MCSDK_2.0_User_Guide#Example_1_-_Building_and_running_a_simple_single_core_application

Building the project fails because I do not have the file "resource_mgr.h".  I appear to have all other necessary files.  Why would I be missing this file? 

  • Hi Fredrick

    The header file 'resource_mgr.h" should be present at pdk_C6678_<versionnumber>/packages/ti/platform/resource_mgr.h.Could you please ensure that you have completed the following step (step#4 on the wiki): "In the Tool Settings tab, select Include Options, add following items in the Add dir to #include search path... "C:\Program Files\Texas Instruments\pdk_C####_1_0_0_xx\packages"?

    Thanks,
    Uday

    Note: Please let us know if you continue facing issues. If our response answers your questions, please click "Verify Answer" to mark this question as answered

  • I have added the correct folder to the path.  The file is simply missing.

    I believe that this is because I still have the MCSDK 2 beta.  I am updating to the most recent version to see if this solves the issue.