Hallo,
I have to rebuild codec server because I must use a specific toolchain, for OMAP L138.
Ifollowed the instructions described here: http://processors.wiki.ti.com/index.php/Rebuilding_Codec_Engine.
The problem is when the command ar must be called.
che command called is "$(rootDir)/$(GCCTARG)/bin/ar" where rootDir is correctly set, and GCCTARG is correctly empty, but the right command to call should be "$(rootDir)/arm-none-linux-gnueabi-ar".
how to change the command line?
best regards