Thread 中讨论的其他器件:SYSBIOS
工具/软件:TI-RTOS
我尝试按照步骤构建提供的 IPC 示例
我一点也不幸运、因为 Makefile 文件不包含所需的目标...
我正在运行 OMAP-L138-lcdk 板、wiki 页面提到仅为 keystone2-EVM 加载开箱即用演示。 我是否假设我可以构建简单的 MessageQ 演示并将其手动加载到 OMAP-L138-lcdk 板中?
如果 Im 正确遵循以下说明:
- 将 Linux 处理器 SDK 安装到$HOE/ti/ti-processor-sdk-linux...中
- 添加交叉编译工具链-按照内核构建过程完成
- 从 Linux Processor SDK 文件夹中、启动 Build is make-Unable to as no rule to make target exists
步骤片段...
Juan@marlin ~/ti/ti-processor-sdk-linux-omapl138-lcdk-04.00.00.04 $ echo $path /home/juan/ti/ti-processor-sdk-linux-omapl138-lcdk-04.00.00.04/linux-devkit/sysroots/x86_64-arago-linux/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/5.4.0 Juan@marlin ~/ti/ti-processor-sdk-linux-omapl138-lcdk-04.00.00.04 $ make ti-IPC-Linux make:***没有规则使目标'ti-IPC-Linux'成为目标。 停下。
当前 makefile 目标...
#内核构建目标 Linux: Linux_install: linux_clean: # make rules for matrix-GUI project matrix-GUI: Matrix-gui_clean: Matrix-benchmarks 构建 目标 arm-benchmarks: arm-benchmarks_install : arm-benchmarks_install_debug: # am-sysinfo 构建目标 am-sysinfo:am-install_profile_linux-browser :ams-install_profile_example :am-install-linux-install_guie-profilese-profile_install-linux-profiles: am-install-profile_linux-profiles_sines_sines_sinover-example # refresh-screen build targets refresh-screen :refresh-screen_install : refresh-screen_install_debug: # PRU build targets PRU:Linux PRU_clean: PRU_install: # u-boot build targets u-boot-legacy:u-boot u-boot-legacy_clean:u-boot_clean :u-boot-u-boot_u-legacy :u-boot-u-install:u-boot-u-boot_clean:u-boot_u-u-linux-u-clean:u-boot_install_u-legacy:
我确定我错过了什么。 您能看到我出了什么问题吗?
