neetesh saxena wrote:
/home/neetesh/GSMP/osmocom-bb/src/target/firmware/include/asm/swab.h:32: Error: no such instruction: `eor %edx,%ecx,%ecx,ror'
hi,

are your arm-elf-* executables inside your path?

my executables are inside /usr/bin:
$ which arm-elf-gcc
/usr/bin/arm-elf-gcc

you can add the location of your path using:

export PATH="$PATH:/your/location"

regards,

andreas