← Back to team overview

rohc team mailing list archive

Re: [Question #266024]: Error while library installation using arm-none-linux-gnueabi-gcc

 

Question #266024 on rohc changed:
https://answers.launchpad.net/rohc/+question/266024

    Status: Open => Answered

Didier Barvaux proposed the following answer:
Hello,

> arm-none-linux-gnueabi-gcc: command not found

If your compiler is not in one of the default paths for executables, you need to run the command as follow:
  # PATH=$PATH:/path/to/the/directory/that/contains/your/compiler/ make install

Are you cross-compiling from x86 to ARM or do your perform native
compiling on ARM for ARM?

Regards,
Didier

-- 
You received this question notification because you are a member of ROHC
Team, which is an answer contact for rohc.