Make Errors
Jeffrey Walton
noloader at gmail.com
Thu Oct 3 08:21:32 CEST 2013
On Thu, Oct 3, 2013 at 1:35 AM, Shahzad Ahmed <engr.shahzad786 at gmail.com> wrote:
> I'm installing osmocombb on Ubuntu13.04,
> I've already set the path for arm-elf-gcc...
>
> but I try this command..
>
> $ sudo make
Bike shedding: you usually don't want to build as root. Use `sudo` on
install if needed.
> /home/shahzad/arm/osmocom-bb/src/target/firmware/include/asm/swab.h:
> Assembler messages:
> /home/shahzad/arm/osmocom-bb/src/target/firmware/include/asm/swab.h:32:
> Error: no such instruction: `eor %edx,%ecx,%ecx,ror'
Looks like a path problem. Ensure the assembler (AS) for the target is
on-path; and not the host's assembler.
How are you setting your cross compile environment?
Jeff
More information about the baseband-devel
mailing list