I am trying to build the OMAP-L138_FlashAndBootUtils_2_30. I type make in the "OMAP-L138" directory. It has 3 subdirectories, CCS, Common and GNU. I guees it first goes into GNU directory and starts a make there. Everything build successfully up to:
make[4]: Entering directory `./OMAP-L138/GNU/AISUtils/AISextra/src'
make[4]: *** No rule to make target `timake'. Stop.
I looked at the previous posts and it says this tool is included in CC3.3. But I am not using 3.3. As a matter of fact, CCS is not even installed in my Ubuntu system. Instead I have "ti_cgt_c6000_6.1.14_setup_linux_x86.bin" set up. The compiler, linker etc. is called from that directory.
Why is it asking about the timake? And how can I get rid of this problem. (make clean did not help)
Thanks