Hi everyone,
I installed a fresh Ubuntu and then installed everything related to osmocomBB.
I have added path of arm-elf-gcc using export PATh=$PATH:<path>/install/bin
and also added in bashrc file.
Now when I am compiling it I am receiving the same errors:
/home/saxena/osmocom-bb/src/target/firmware/include/asm/swab.h:
Assembler messages:
/home/saxena/osmocom-bb/src/target/firmware/include/asm/swab.h:32:
Error: no such instruction: `eor %edx,%ecx,%ecx,ror'
make[4]: *** [gsmtap_util.lo] Error 1
make[4]: Leaving directory
`/home/saxena/osmocom-bb/src/shared/libosmocore/build-target/src'
make[3]: *** [all] Error 2
make[3]: Leaving directory
`/home/saxena/osmocom-bb/src/shared/libosmocore/build-target/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/saxena/osmocom-bb/src/shared/libosmocore/build-target'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/home/saxena/osmocom-bb/src/shared/libosmocore/build-target'
make: *** [shared/libosmocore/build-target/src/.libs/libosmocore.a] Error 2
Can anybody tell me where I am wrong?
With regards
Neetesh Saxena...
On Tue, Jan 07, 2014 at 03:48:21PM -0000, neetesh saxena wrote:
> Hi,
>
> Thanks for your help. But it didn't work for me.
well, it builds on the jenkins[1]. And your error is typical for someone
having compiled parts without the toolchain in the path, getting this
compiler issue, then trying to set path.. but it is too late. it really
is. You need to clean the tree.
[1] http://jenkins.osmocom.org/jenkins/view/OsmocomBB/job/OsmocomBB/
Hi,
Thanks for your help. But it didn't work for me.
With regards
Neetesh Saxena...
From: Holger Hans Peter Freyther <holger(a)freyther.de>
Sent: Tue, 07 Jan 2014 16:16:54
To: neetesh saxena <saxenaneetesh061(a)rediffmail.com>
Cc: baseband-devel <baseband-devel(a)lists.osmocom.org>rg>, Steve Markgraf <steve(a)steve-m.de>
Subject: Re: Osmocom: assembler errors (swab.h)
On Tue, Jan 07, 2014 at 10:33:00AM -0000, neetesh saxena wrote:
> Hi,
Hi,
>
> I have tried everything which I can.
> I removed the installtion (dependencies) and libosmocore, osmocom-bb, gnu-arm.
>
> Now I have installed again all.
> I added the PATH to bashrc (by opening it and paste the path) along with typing it on terminal (as suggested on wiki osmocom-bb). But I am still getting the error.
>
> "swab.h:32: error: no such instruction: 'eor %edx, %ecx, %ecx, ror'" and
> "osmocom-bb/src/shared/libosmocore/build-target/src"
$ git clean -dxf .
make sure your cross compiler is in the toolchain
build again
On Tue, Jan 07, 2014 at 10:33:00AM -0000, neetesh saxena wrote:
> Hi,
Hi,
>
> I have tried everything which I can.
> I removed the installtion (dependencies) and libosmocore, osmocom-bb, gnu-arm.
>
> Now I have installed again all.
> I added the PATH to bashrc (by opening it and paste the path) along with typing it on terminal (as suggested on wiki osmocom-bb). But I am still getting the error.
>
> "swab.h:32: error: no such instruction: 'eor %edx, %ecx, %ecx, ror'" and
> "osmocom-bb/src/shared/libosmocore/build-target/src"
$ git clean -dxf .
make sure your cross compiler is in the toolchain
build again
Hi,
I have tried everything which I can.
I removed the installtion (dependencies) and libosmocore, osmocom-bb, gnu-arm.
Now I have installed again all.
I added the PATH to bashrc (by opening it and paste the path) along with typing it on terminal (as suggested on wiki osmocom-bb). But I am still getting the error.
"swab.h:32: error: no such instruction: 'eor %edx, %ecx, %ecx, ror'" and
"osmocom-bb/src/shared/libosmocore/build-target/src"
any suggestion on it?
With regards
Neetesh Saxena...
From: Steve Markgraf <steve(a)steve-m.de>
Sent: Mon, 06 Jan 2014 00:21:23
To: neetesh saxena <saxenaneetesh061(a)rediffmail.com>om>, Andreas Eversberg <andreas(a)eversberg.eu>
Cc: baseband-devel <baseband-devel(a)lists.osmocom.org>
Subject: Re: Osmocom: assembler errors (swab.h)
Hi,
On 05.01.2014 10:03, neetesh saxena wrote:
> 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.
> _Neetesh_
If you tried building without the toolchain in place, you have to do a
fresh clone of the git repo, or make sure to delete everything that
automake and gcc created.
Regards,
Steve
Hi,
On 05.01.2014 10:03, neetesh saxena wrote:
> 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.
> _Neetesh_
If you tried building without the toolchain in place, you have to do a
fresh clone of the git repo, or make sure to delete everything that
automake and gcc created.
Regards,
Steve
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
what menu.e88loader.bin: No such file or directoryI refer to this article
:http://bb.osmocom.org/trac/wiki/flashing_newBut why can't find
menu.e88loader.bin??Does anyone know?thanks
--
View this message in context: http://baseband-devel.722152.n3.nabble.com/what-menu-e88loader-bin-No-such-…
Sent from the baseband-devel mailing list archive at Nabble.com.
Can anyone help me what to do?
the phone is bricked.C118,I want to brush through the jtag line into the
bootloader,Feasible?
But I can't find the instructions about C118 pin.
--
View this message in context: http://baseband-devel.722152.n3.nabble.com/C118-JTAG-tp4026286.html
Sent from the baseband-devel mailing list archive at Nabble.com.
This is a Mailman mailing list bounce action notice:
List: baseband-devel
Member: luca.bongiorni1(a)studenti.unimi.it
Action: Subscription disabled.
Reason: Excessive or fatal bounces.
The triggering bounce notice is attached below.
Questions? Contact the Mailman site administrator at
mailman(a)lists.osmocom.org.