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.

the error of makehal_evmdm6437

Other Parts Discussed in Thread: CCSTUDIO

hi

   i modify llled.c file, when i used makehal_evmdm6437 to rebulit hal_userled_dm6437.lib,the error come on

   "process_begin: CreateProcess(C:\CCStudio_v3.3\ndk_1_93\packages\ti\ndk\src\hal\evmdm6437\userled_dm6437\llled.obj,llled.obj,...) failed.

    make (e = 193):error 193

    gmake: *** [clear] error193"

    before used makehal_evmdm6437, I run DosRun_bios.bat file;

    The form of the MAKEHAL_EVMDM6437 command is: makehal_evmdm6437 USERLED

 

  • I'll forward this on to the BIOS PSP team.

    I don’t know if they are maintaining these bat files and if they have made any changes to them.

    For many NSK drivers, they no longer support builds through batch files. The suggested way for building in changes to drivers into your application is by manually adding in the changed file into your CCS project and rebuilding the application from CCS. From NDK 2.01 onwards they started releasing XDC build files to rebuild libraries.

     

  • hi David Friedland

    I use NDK1.93 release for evmdm6437;

    how to midify NDK1.93 hal layer source file to adapt seed-dec6437?

  • Hi,

    The batch files are no longer supported. With NDK2.0 and beyond, if you want to make any changes in driver source file, please include that particular changed file in any of the example pjts provided and build that.

    Thanks,

    Prathap.