Avnu / OpenAvnu

OpenAvnu - an Avnu sponsored repository for Time Sensitive Network (TSN and AVB) technology
468 stars 289 forks source link

avtp_pipeline for i.MX6 SoloX #860

Open afsauto opened 5 years ago

afsauto commented 5 years ago

Hi,

I'm trying to build avtp_pipeline on i.MX6 SoloX. I have run PLATFORM_TOOLCHAIN=generic make avtp_pipeline and it compiled successfully.Then I saw arm_imx6sx_linux.cmake and tried PLATFORM_TOOLCHAIN=arm_imx6sx_linux make avtp_pipeline but compile failed. It cannot find source file OpenAvnu-open-avb-next/lib/avtp_pipeline/platform/arm_im6sx/mcr/openavb_mcr_hal.c and there is no directory called arm_im6sx under OpenAvnu-open-avb-next/lib/avtp_pipeline/platform. Where can I get these files?