Tool/software: Code Composer Studio
Hardware: AMDSICE3359 ICE Board (HW Rev 2.1)
Host Environment: Windows 7 Professional
CCS Version: 7.2.0.00013
SDK: processor_sdk_rtos_am335x_4_00_00_04
Intended Software to Build: PRU-ICSS-EthernetIP_Adapter_01.00.02.00
Hi all. I'm encountering build errors when trying to make this project. My end goal is to have the Ethernet/IP adapter stack running on the PRU, and TI-RTOS running on the ARM. This is with the stock project, created via the \protocols\ethernetip_adapter\projects\projectCreate.bat script. Nothing has been modified outside of adding a few include directories that were incorrect.
There doesn't seem to be required targets in the makefile. Output is shown below.
gmake: *** No rule to make target 'C:/ti/pdk_am335x_1_0_6/packages/ti/drv/gpio/soc/am335x/GPIO_soc.c', needed by 'soc_am335x/GPIO_soc.o'. ethernetip_adapter_AM335x_arm C/C++ Problem gmake: *** No rule to make target 'C:/ti/pdk_am335x_1_0_6/packages/ti/drv/i2c/soc/am335x/I2C_soc.c', needed by 'soc_am335x/I2C_soc.o'. ethernetip_adapter_AM335x_arm C/C++ Problem gmake: *** No rule to make target 'C:/ti/pdk_am335x_1_0_6/packages/ti/drv/icss_emac/soc/am335x/icss_emacSoc.c', needed by 'soc_am335x/icss_emacSoc.o'. ethernetip_adapter_AM335x_arm C/C++ Problem gmake: *** No rule to make target 'C:/ti/pdk_am335x_1_0_6/packages/ti/drv/pruss/soc/am335x/pruicss_soc.c', needed by 'soc_am335x/pruicss_soc.o'. ethernetip_adapter_AM335x_arm C/C++ Problem gmake: *** No rule to make target 'C:/ti/pdk_am335x_1_0_6/packages/ti/drv/spi/soc/am335x/SPI_soc.c', needed by 'soc_am335x/SPI_soc.o'. ethernetip_adapter_AM335x_arm C/C++ Problem gmake: *** No rule to make target 'C:/ti/pdk_am335x_1_0_6/packages/ti/drv/uart/soc/am335x/UART_soc.c', needed by 'soc_am335x/UART_soc.o'. ethernetip_adapter_AM335x_arm C/C++ Problem gmake: Target 'all' not remade because of errors. ethernetip_adapter_AM335x_arm C/C++ Problem
Thank you for the help, and apologies if this is something simple. I can't seem to find any answers via search and provided documentation.