Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1260532 > unrolled thread
| Started by | Vineet Gupta <Vineet.Gupta1@synopsys.com> |
|---|---|
| First post | 2015-11-02 12:00 +0100 |
| Last post | 2015-11-04 13:40 +0100 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v1 11/20] ARC: [plat-eznps] Add eznps platform Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2015-11-02 12:00 +0100
RE: [PATCH v1 11/20] ARC: [plat-eznps] Add eznps platform Noam Camus <noamc@ezchip.com> - 2015-11-03 17:10 +0100
RE: [PATCH v1 11/20] ARC: [plat-eznps] Add eznps platform Noam Camus <noamc@ezchip.com> - 2015-11-04 13:40 +0100
| From | Vineet Gupta <Vineet.Gupta1@synopsys.com> |
|---|---|
| Date | 2015-11-02 12:00 +0100 |
| Subject | Re: [PATCH v1 11/20] ARC: [plat-eznps] Add eznps platform |
| Message-ID | <qql0e-4in-17@gated-at.bofh.it> |
On Saturday 31 October 2015 06:45 PM, Noam Camus wrote: > From: Noam Camus <noamc@ezchip.com> > > This platform include boards: > Hardware Emulator (HE) > Simulator based upon nSIM. > > Signed-off-by: Noam Camus <noamc@ezchip.com> > --- > MAINTAINERS | 6 + > arch/arc/plat-eznps/Kconfig | 34 ++++ > arch/arc/plat-eznps/Makefile | 7 + > arch/arc/plat-eznps/entry.S | 76 +++++++++ When trying to build with 2015.06 BE tools, ../arch/arc/plat-eznps/entry.S: Assembler messages: ../arch/arc/plat-eznps/entry.S:51: Error: bad instruction `sr (1<<28),[(0xFFFFF800+0x024)]' make[3]: *** [arch/arc/plat-eznps/entry.o] Error 1 make[2]: *** [arch/arc/plat-eznps] Error 2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Noam Camus <noamc@ezchip.com> |
|---|---|
| Date | 2015-11-03 17:10 +0100 |
| Message-ID | <qqMjN-53W-37@gated-at.bofh.it> |
| In reply to | #1260532 |
>From: Vineet Gupta [mailto:Vineet.Gupta1@synopsys.com] >Sent: Monday, November 02, 2015 12:57 PM >When trying to build with 2015.06 BE tools, >../arch/arc/plat-eznps/entry.S: Assembler messages: >../arch/arc/plat-eznps/entry.S:51: Error: bad instruction `sr (1<<28),[(0xFFFFF800+0x024)]' >make[3]: *** [arch/arc/plat-eznps/entry.o] Error 1 >make[2]: *** [arch/arc/plat-eznps] Error 2 Need more info since I tried it locally with no success. Can you try this single line on separate assembly test file. I will then try such synthetic case here. Please supply command line as well for GCC/AS. -Noam -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Noam Camus <noamc@ezchip.com> |
|---|---|
| Date | 2015-11-04 13:40 +0100 |
| Message-ID | <qr5w6-pT-13@gated-at.bofh.it> |
| In reply to | #1260532 |
>From: Vineet Gupta [mailto:Vineet.Gupta1@synopsys.com] >Sent: Monday, November 02, 2015 12:57 PM >When trying to build with 2015.06 BE tools, >../arch/arc/plat-eznps/entry.S: Assembler messages: >../arch/arc/plat-eznps/entry.S:51: Error: bad instruction `sr (1<<28),[(0xFFFFF800+0x024)]' >make[3]: *** [arch/arc/plat-eznps/entry.o] Error 1 >make[2]: *** [arch/arc/plat-eznps] Error 2 I managed to reproduced this one. The AUX address is S12 and assembler failed when I provided the address this way. When I used (-0x800+0x024) it passed build. Thanks -Noam -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web