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.

Linux/PROCESSOR-SDK-AM335X: EtherNet/IP adapter project create fails

Part Number: PROCESSOR-SDK-AM335X

Tool/software: Linux

Hi,

I am trying to create project files  for ethernet Ip adapter for am335x.

But I am getting this error

test@lpz-jags-3:/u/EIP/protocols/ethernetip_adapter/projects$ sudo ./projectCreate.sh AM335x arm ethernetip_adapter
**************************************************************************
Environment Configuration Summary:
    CCS Install Directory          : /u/ti/ccsv6/
    CCS Workspace Directory        : /tmp/ccs_workspace
    SDK Install Directory          : /u/EIP
    PDK Install Directory          : /u/ti-processor-sdk-linux-am335x-evm-05.03.00.07
    Projects create Directory      : /u/EIP/protocols/ethernetip_adapter/projects
    Project create args directory  : /u/EIP/protocols/ethernetip_adapter/projects/ccsproject_args
**************************************************************************
Creating project 'ethernetip_adapter_AM335x_arm' for 'AM335x' platform in directory '/u/EIP/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm' by overwriting the project if it exists already...

--------------------------------------------------------------------------------
Creating project 'ethernetip_adapter_AM335x_arm'...

  !ERROR: Compiler version 'GNU_6.3.1:Linaro' is not currently installed!
test@lpz-jags-3:/u/EIP/protocols/ethernetip_adapter/projects$ arm-linux-gnueabihf-gcc --version
arm-linux-gnueabihf-gcc (Linaro GCC 7.2-2017.11) 7.2.1 20171011
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

test@lpz-jags-3:/u/EIP/protocols/ethernetip_adapter/projects$

Linaro I am installed is 7.2, But it is not taking it.

Thanks and Regrads,

Vishnu