Hello,
while trying to port bios link to the powerpc platform (see here: http://e2e.ti.com/support/embedded/f/355/p/72327/269321.aspx#269321 ), I arrived at "7. Build system" of the porting guide. It mentions:
The distribution file for a specific platform-OS combination can be found within the
DSPLINK installation at:
$(DSPLINK)/make/<$(GPPOS) | $(DSPOS)>
For example, the distribution file for the Davinci platform for Linux is:
$(DSPLINK)/make/Linux/davinci_mvlpro5.0.mk
Unfortunately, my dsplink directory contains only this:
in dsplink_1_63/dsplink/make:
$ ls -F
DspBios/ bin/ gendefs.mk recurse.mk start.mk
PrOS/ current.mk processor.mk rulebase.mk
-> No Linux.... So the following information of chapter 7 is quite hard to follow....
Grepping for BASE_BUILDOS e.g. gives nothing for the Linux side :(
Is there a more up-to-date documentation?