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
Hi,I have already set the path of arm-elf-gcc. But I am still getting the same error. Is there any command or procedure by which I can completely remove this installation so that I can try as a fresh one. NeeteshSent from RediffmailNG on Android
From: "Andreas Eversberg"andreas@eversberg.eu Sent:Sat, 04 Jan 2014 13:20:54 +0530 To: neetesh saxena saxenaneetesh061@rediffmail.com Cc: "baseband-devel"baseband-devel@lists.osmocom.org Subject: Re: Osmocom: assembler errors (swab.h) 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
baseband-devel@lists.osmocom.org