This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ti-processor-sdk-rtos-omapl138-lcdk-06.01.00.08 编译问题

这个整体make all,能编译通过,但是具体编译完生成什么,编译生成的文件哪里都感觉莫名其妙。

比如pdk编译完,/opt/ti/pdk_omapl138_1_0_10/packages/ti/binary/ti/drv/uart/uart_profile_indp/obj/arm9/release/UART_status.oae9,这个应该是库文件吧,但是怎么用呢?

还是pdk目录,提示

<applications>: Builds applications of modules. Please note that the libraries & app libraries need to be built before building applications for this modules. Available applications targets are
csl_apps board_apps osal_apps fatfs_apps gpio_apps i2c_apps uart_apps spi_apps mmcsd_apps mcasp_apps emac_apps nimu_apps sbl usb_apps
Example: "make uart_apps "

但是直接 make gpio_apps ,又提示

root@any888:/opt/ti/pdk_omapl138_1_0_10/packages# make gpio_apps
make -C ./ti/drv/gpio apps
make[1]: Entering directory '/opt/ti/pdk_omapl138_1_0_10/packages/ti/drv/gpio'
make[1]: Nothing to be done for 'apps'.
make[1]: Leaving directory '/opt/ti/pdk_omapl138_1_0_10/packages/ti/drv/gpio'
root@any888:/opt/ti/pdk_omapl138_1_0_10/packages# vim ti/drv/gpio/makefile

打开makefile看,根本就没有编译规则,不知道这个是要干嘛?

我想说的是,我编译整个RTOS SDK,不知道从哪里下手,不知道怎么用,虽然

processor-sdk-rtos-docs-06_01_00_08 手册 building 那节看了,但是不知道这个到底要怎么用起来?