Osmocom-bb build error

Hello, 
        After a fresh pull of the source (git pull), I am unable to build osmocom-bb. I am currently on jolly/handover branch and the previous build of osmocom (built around a month ago) works flawlessly. My current automake version is 1.10, I have checked with the newest version too, but in vain.

Error log:

/home/ravi/checkout/osmo_family/osmocom-bb/src/target/firmware/include/asm/swab.h: Assembler messages:
/home/ravi/checkout/osmo_family/osmocom-bb/src/target/firmware/include/asm/swab.h:32: Error: no such instruction: `eor %edx,%r9d,%r9d,ror'
make[4]: *** [gsmtap_util.lo] Error 1
make[4]: Leaving directory `/home/ravi/checkout/osmo_family/osmocom-bb/src/shared/libosmocore/build-target/src'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/ravi/checkout/osmo_family/osmocom-bb/src/shared/libosmocore/build-target/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ravi/checkout/osmo_family/osmocom-bb/src/shared/libosmocore/build-target'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/ravi/checkout/osmo_family/osmocom-bb/src/shared/libosmocore/build-target'
make: *** [shared/libosmocore/build-target/src/.libs/libosmocore.a] Error 2

Ravi Sharan


Re: Osmocom-bb build error

[RESOLVED]

The problem's resolved. I recently changed my toolchain to some other location and I was oblivion to it all the time, didn't update my bashrc. Thank you.

Ravi Sharan

On Thu, Sep 25, 2014 at 3:52 PM, Ravi Sharan <ravisharan@iith.ac.in> wrote:
Hello, 
        After a fresh pull of the source (git pull), I am unable to build osmocom-bb. I am currently on jolly/handover branch and the previous build of osmocom (built around a month ago) works flawlessly. My current automake version is 1.10, I have checked with the newest version too, but in vain.

Error log:

/home/ravi/checkout/osmo_family/osmocom-bb/src/target/firmware/include/asm/swab.h: Assembler messages:
/home/ravi/checkout/osmo_family/osmocom-bb/src/target/firmware/include/asm/swab.h:32: Error: no such instruction: `eor %edx,%r9d,%r9d,ror'
make[4]: *** [gsmtap_util.lo] Error 1
make[4]: Leaving directory `/home/ravi/checkout/osmo_family/osmocom-bb/src/shared/libosmocore/build-target/src'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/ravi/checkout/osmo_family/osmocom-bb/src/shared/libosmocore/build-target/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ravi/checkout/osmo_family/osmocom-bb/src/shared/libosmocore/build-target'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/ravi/checkout/osmo_family/osmocom-bb/src/shared/libosmocore/build-target'
make: *** [shared/libosmocore/build-target/src/.libs/libosmocore.a] Error 2

Ravi Sharan