Part Number:PROCESSOR-SDK-OMAPL138
Tool/software:TI-RTOS
Im trying to follow the steps to build the provided IPC examples
Im not having any luck at all as the Makefile does not contain the required target...
I am running an OMAP-L138-lcdk board, the wiki page mentions the out-of-the-box demos are only loaded for keystone2-evm. Im assuming I can build and manually load even the simple MessageQ demo into my OMAP-L138-lcdk board?
If Im following the instructions correctly:
- Install Linux Processor SDK - Done, into $HOME/ti/ti-processor-sdk-linux....
- Add cross compile toolchain - Done, as per kernel build procedure
- From the Linux Processor SDK folder, start the build is make - Unable to as no rule to make target exists
Snippets of steps...
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: *** No rule to make target 'ti-ipc-linux'. Stop.
Current Makefile targets...
# Kernel build targets linux: linux_install: linux_clean: # Make Rules for matrix-gui project matrix-gui: matrix-gui_clean: matrix-gui_install: # arm-benchmarks build targets arm-benchmarks: arm-benchmarks_clean: arm-benchmarks_install: arm-benchmarks_install_debug: # am-sysinfo build targets am-sysinfo: am-sysinfo_clean: am-sysinfo_install: am-sysinfo_install_debug: # oprofile-example build targets oprofile-example: oprofile-example_clean: oprofile-example_install: # matrix-gui-browser build targets matrix-gui-browser: matrix-gui-browser_clean: matrix-gui-browser_install: matrix-gui-browser_install_debug: # refresh-screen build targets refresh-screen: refresh-screen_clean: 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-legacy_install: u-boot_install u-boot: u-boot_clean: u-boot_install:
Im sure I've missed something. Can you see where I have gone wrong?