Other Parts Discussed in Thread: AM3358
Tool/software: Code Composer Studio
In "1.7 Linux Board Porting Series - Module 7 - Debugging U-boot with JTAG in CCS", Steve explains that CCS marks undefined symbols as bugs due to the fact that the indexer does not parse the makefile(s). He comments that while CCS shows the bug marks, it will not impact the build of the project as the build is managed by the specified [cross]compiler in said makefiles. He noted it is possible to configure CSS to parse the extra libraries, though time consuming.
I am hoping that someone can give directions on how to configure CCS (or the indexer) to search additional library paths and remove the bug marks. I am interested in this for both the debugging aspect, and probably more so for the "Open Declaration" function. I am working on a beaglebone black (like in the video) to deep dive and study the am3358 along with u-boot. It would be very useful if the symbols all resolved correctly. Steve says it can be done, but gives not hint how to go about it.