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.

OMAP L138 EVM cmem build error

Other Parts Discussed in Thread: OMAP-L137

I'm having problems getting cmem to build for the OMAP L138 per the instructions in the WIKI:

http://wiki.omap.com/index.php/Building_The_OMAP-L137_SDK

The problem is that the make process tries to use the UCTOOL_PREFIX and to my knowledge there are no uClibc tools that are part of the L138 toolchain.  Further, the WIKI does not indicate any changes to make to the UCTOOL_PREFIX environment variable.

Has anyone identified the (likely easy) solution to this problem?

  • what error are you getting?

    On step 2 you can see that it tells you to "Comment out the UCTOOL_PREFIX since uclibc tools are not available by default in this DVSDK."

     

  • DOH!  I see that now.  I changed the WIKI page to make it a little more explicit that you're commenting out that environment variable.  Anyway, my make install then failed.  It is complaining that it can't change permissions on my NFS-mounted file system.  Had to "su root" on the HOST machine and then do the make install for it to work.