补充一下我的编译日志和tirtos.mak 编译.txt
全屏
tirtos.txt
下载
#
# ======== tirtos.mak ========
#
#
# Set location of various cgtools
#
# These variables can be set here or on the command line. Paths must not
# have spaces. …
Part Number: AM3359 Other Parts Discussed in Thread: ADS8688 这个例子在SDK6.03的时候,是好用的,官方的例子也都是9.01之前的方法,而9.01在make pru-adc的时候,并没有这个选项。
所以我在编译的时候,增加了Makefile_pru-adc的文件,内容如下:
# PRU-ADC build targets
export TI_SDK_PATH_603=/home/lixiao/ti_sdk6.03
export TI_SDK_PATH_901…