NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.

Talk:Rebuilding the Flash and Boot Utils Package

From Texas Instruments Wiki
Jump to: navigation, search
For technical support please post your questions at http://e2e.ti.com. Please post only comments about the article Rebuilding the Flash and Boot Utils Package here.

Comments on Rebuilding the Flash and Boot Utils Package


Robert chen said ...

there is a mistake in the section "C6x Compiler Tools".

Fix: Add the lib directory (but not bin)!

(i.e. "C:\Program Files\Texas Instruments\C6000 Code Generation Tools 7.3.2\lib")

Otherwise, you may get:

error: cannot find file "rts64plus.lib"

when doing make ubl in cygwin.

--Robert chen 04:03, 21 February 2012 (CST)

Rpjday said ...

The current OMAP-L138 flash tarball comes with a build.mak that contains the additional line:

DSP_CROSSCOMPILE=$(DSP_TOOLS_PATH)bin\\

and it's not clear from the above how that's compatible since you set DSP_TOOLS_PATH using the Cygwin path format. Can you clarify this?

--Rpjday 08:56, 16 February 2013 (CST)