* [U-Boot] u-boot-xlnx/master-next: build error
@ 2013-10-14 18:54 Oleg Dzhimiev
2013-10-14 19:05 ` Albert ARIBAUD
0 siblings, 1 reply; 4+ messages in thread
From: Oleg Dzhimiev @ 2013-10-14 18:54 UTC (permalink / raw)
To: u-boot
Hi,
Building u-boot-xlnx/master-next:4cb9c3de73d66372d40d24baf82fa87a702f0c9b
throws an error:
> lowlevel_init.S: Assembler messages:
> lowlevel_init.S:35: Error: selected processor does not support ARM mode
> `fmrx r1,FPEXC'
> lowlevel_init.S:37: Error: selected processor does not support ARM mode
> `fmxr FPEXC,r1'
> make[1]: *** [lowlevel_init.o] Error 1
OS: Ubuntu 13.04 x64
target: zynq_zed_config
cross-tools: cross compiler built with yocto poky:
> export CROSS_COMPILE=arm-poky-linux-gnueabi-
> export
> PATH=/opt/poky/1.4.2/sysroots/x86_64-pokysdk-linux/usr/bin/armv7a-vfp-neon-poky-linux-gnueabi/:$PATH
Thanks
--
View this message in context: http://u-boot.10912.n7.nabble.com/u-boot-xlnx-master-next-build-error-tp165385.html
Sent from the U-Boot mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] u-boot-xlnx/master-next: build error
2013-10-14 18:54 [U-Boot] u-boot-xlnx/master-next: build error Oleg Dzhimiev
@ 2013-10-14 19:05 ` Albert ARIBAUD
2013-10-15 5:48 ` Michal Simek
0 siblings, 1 reply; 4+ messages in thread
From: Albert ARIBAUD @ 2013-10-14 19:05 UTC (permalink / raw)
To: u-boot
Hi Oleg,
On Mon, 14 Oct 2013 11:54:18 -0700 (PDT), Oleg Dzhimiev
<oleg@elphel.com> wrote:
> Hi,
>
> Building u-boot-xlnx/master-next:4cb9c3de73d66372d40d24baf82fa87a702f0c9b
> throws an error:
> > lowlevel_init.S: Assembler messages:
> > lowlevel_init.S:35: Error: selected processor does not support ARM mode
> > `fmrx r1,FPEXC'
> > lowlevel_init.S:37: Error: selected processor does not support ARM mode
> > `fmxr FPEXC,r1'
> > make[1]: *** [lowlevel_init.o] Error 1
>
> OS: Ubuntu 13.04 x64
> target: zynq_zed_config
> cross-tools: cross compiler built with yocto poky:
> > export CROSS_COMPILE=arm-poky-linux-gnueabi-
> > export
> > PATH=/opt/poky/1.4.2/sysroots/x86_64-pokysdk-linux/usr/bin/armv7a-vfp-neon-poky-linux-gnueabi/:$PATH
>
> Thanks
U-boot-xlnx is not a sub-repo of the official U-Boot; it is Xilinx' own
version, located at https://github.com/Xilinx/u-boot-xlnx.
I suggest you ask the Xilinx folks about it.
Amicalement,
--
Albert.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] u-boot-xlnx/master-next: build error
2013-10-14 19:05 ` Albert ARIBAUD
@ 2013-10-15 5:48 ` Michal Simek
2013-10-15 16:56 ` Oleg Dzhimiev
0 siblings, 1 reply; 4+ messages in thread
From: Michal Simek @ 2013-10-15 5:48 UTC (permalink / raw)
To: u-boot
Hi,
On 10/14/2013 09:05 PM, Albert ARIBAUD wrote:
> Hi Oleg,
>
> On Mon, 14 Oct 2013 11:54:18 -0700 (PDT), Oleg Dzhimiev
> <oleg@elphel.com> wrote:
>
>> Hi,
>>
>> Building u-boot-xlnx/master-next:4cb9c3de73d66372d40d24baf82fa87a702f0c9b
>> throws an error:
>>> lowlevel_init.S: Assembler messages:
>>> lowlevel_init.S:35: Error: selected processor does not support ARM mode
>>> `fmrx r1,FPEXC'
>>> lowlevel_init.S:37: Error: selected processor does not support ARM mode
>>> `fmxr FPEXC,r1'
>>> make[1]: *** [lowlevel_init.o] Error 1
>>
>> OS: Ubuntu 13.04 x64
>> target: zynq_zed_config
>> cross-tools: cross compiler built with yocto poky:
>>> export CROSS_COMPILE=arm-poky-linux-gnueabi-
>>> export
>>> PATH=/opt/poky/1.4.2/sysroots/x86_64-pokysdk-linux/usr/bin/armv7a-vfp-neon-poky-linux-gnueabi/:$PATH
>>
>> Thanks
>
> U-boot-xlnx is not a sub-repo of the official U-Boot; it is Xilinx' own
> version, located at https://github.com/Xilinx/u-boot-xlnx.
>
> I suggest you ask the Xilinx folks about it.
just FYI: this should be Linux issue not u-boot issue.
I have got another message from your colleague which I have already answered.
Thanks,
Michal
--
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20131015/33a539ee/attachment.pgp>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] u-boot-xlnx/master-next: build error
2013-10-15 5:48 ` Michal Simek
@ 2013-10-15 16:56 ` Oleg Dzhimiev
0 siblings, 0 replies; 4+ messages in thread
From: Oleg Dzhimiev @ 2013-10-15 16:56 UTC (permalink / raw)
To: u-boot
Yes, most likely.
Thanks for the answer.
--
View this message in context: http://u-boot.10912.n7.nabble.com/u-boot-xlnx-master-next-build-error-tp165385p165484.html
Sent from the U-Boot mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-10-15 16:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-14 18:54 [U-Boot] u-boot-xlnx/master-next: build error Oleg Dzhimiev
2013-10-14 19:05 ` Albert ARIBAUD
2013-10-15 5:48 ` Michal Simek
2013-10-15 16:56 ` Oleg Dzhimiev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox