Is armv7l 32 or 64 bit?Internet over USB on BeagleBone BlackMissing kernel headers for Odroid U2Issue starting LXD containersWarnings and errors when updating Aptitude with multiple architectures enabledWhich Ubuntu for ARM cpu do I needUbuntu on Raspberry Pi 3Unable to run executable files at allWhich versions of Ubuntu support ARM?apt-get failed to install mongodb for Ubuntu 17.04 on arm platform (Odroid XU4)Convert from armhf to arm64 on Raspberry Pi 3 B running 64-bit Ubuntu Server 18.04 LTS (Bionic)
What's the connection between "kicking a pigeon" and "how a bill becomes a law"?
Future enhancements for the finite element method
At what point in European history could a government build a printing press given a basic description?
How to prevent bad sectors?
Crossing US border with music files I'm legally allowed to possess
Do you play the upbeat when beginning to play a series of notes, and then after?
What F1 in name of seeds/varieties means?
How does an ARM MCU run faster than the external crystal?
Glitch in ac sinewave interfering with phase cut dimming
How can I find where certain bash function is defined?
What does uniform continuity mean exactly?
What are the problems in teaching guitar via Skype?
Is there an evolutionary advantage to having two heads?
Is this story about US tax office reasonable?
How were these pictures of spacecraft wind tunnel testing taken?
Can we reuse the Tridion search functionality in custom page?
Is healing by fire possible?
How to capture more stars?
Smart people send dumb people to a new planet on a space craft that crashes into a body of water
Custom allocators as alternatives to vector of smart pointers?
Is floating in space similar to falling under gravity?
Can a wire having a 610-670 THz (frequency of blue light) AC frequency supply, generate blue light?
What is the 中 in ダウンロード中?
How to verify sticky delta property on a stochastic volatility model
Is armv7l 32 or 64 bit?
Internet over USB on BeagleBone BlackMissing kernel headers for Odroid U2Issue starting LXD containersWarnings and errors when updating Aptitude with multiple architectures enabledWhich Ubuntu for ARM cpu do I needUbuntu on Raspberry Pi 3Unable to run executable files at allWhich versions of Ubuntu support ARM?apt-get failed to install mongodb for Ubuntu 17.04 on arm platform (Odroid XU4)Convert from armhf to arm64 on Raspberry Pi 3 B running 64-bit Ubuntu Server 18.04 LTS (Bionic)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am running a Odroid with Ubuntu Mate. I need to download qt and so I need to know if I should get the 32 or 64 bit version of qt.
odroid@odroid:~/software/qt5$ uname -i
armv7l
uname -i returns armv7l. Does that mean I should download the 32 or 64 bit of qt?
arm
add a comment |
I am running a Odroid with Ubuntu Mate. I need to download qt and so I need to know if I should get the 32 or 64 bit version of qt.
odroid@odroid:~/software/qt5$ uname -i
armv7l
uname -i returns armv7l. Does that mean I should download the 32 or 64 bit of qt?
arm
2
Relevant: unix.stackexchange.com/q/136407/103151
– Byte Commander♦
Jun 22 '17 at 21:42
add a comment |
I am running a Odroid with Ubuntu Mate. I need to download qt and so I need to know if I should get the 32 or 64 bit version of qt.
odroid@odroid:~/software/qt5$ uname -i
armv7l
uname -i returns armv7l. Does that mean I should download the 32 or 64 bit of qt?
arm
I am running a Odroid with Ubuntu Mate. I need to download qt and so I need to know if I should get the 32 or 64 bit version of qt.
odroid@odroid:~/software/qt5$ uname -i
armv7l
uname -i returns armv7l. Does that mean I should download the 32 or 64 bit of qt?
arm
arm
asked Jun 22 '17 at 21:23
lightsoutlightsout
1781311
1781311
2
Relevant: unix.stackexchange.com/q/136407/103151
– Byte Commander♦
Jun 22 '17 at 21:42
add a comment |
2
Relevant: unix.stackexchange.com/q/136407/103151
– Byte Commander♦
Jun 22 '17 at 21:42
2
2
Relevant: unix.stackexchange.com/q/136407/103151
– Byte Commander♦
Jun 22 '17 at 21:42
Relevant: unix.stackexchange.com/q/136407/103151
– Byte Commander♦
Jun 22 '17 at 21:42
add a comment |
2 Answers
2
active
oldest
votes
armv7l is 32 bit processor.
If you need a little bit more information regarding ARMv8, please read @Rinzwind's answer :-)
add a comment |
ARMv8 is 64-bit. With 32-bit compatibility.
The ARMv8 architecture introduces 64-bit support to the ARM architecture with a focus on power-efficient implementation while maintaining compatibility with existing 32-bit software. By adopting a clean approach ARMv8-A processors extend the performance range available while maintaining the low power consumption characteristics of the ARM processors that will power tomorrow's most innovative and efficient devices. ARM has 3 different product tiers supporting the ARMv8-A architecture: High Performance, High Efficiency, and Ultra-High Efficiency.
ARMv8-A introduces 64-bit architecture support to the ARM architecture and includes:
- 64-bit general purpose registers, SP (stack pointer) and PC (program counter)
- 64-bit data processing and extended virtual addressing
Two main execution states:
- AArch64 - The 64-bit execution state including exception model, memory -model, programmers' model and instruction set support for that state
- AArch32 - The 32-bit execution state including exception model, memory model, programmers' model and instruction set support for that state
Anything lower (like ARMv7) is 32-bit.
19
OP asks specifically about ARMv7 and you fill half a page about v8 just to mention in your last sentence that v7 is always 32 bit? I mean, it's correct of course, but... you know
– Byte Commander♦
Jun 22 '17 at 21:41
3
I keep reading and reading to see what v8 had to do with v7 or if there was some connection. Nope.
– Lo-Tan
Apr 29 '18 at 13:44
add a comment |
protected by Community♦ Apr 14 at 6:29
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
armv7l is 32 bit processor.
If you need a little bit more information regarding ARMv8, please read @Rinzwind's answer :-)
add a comment |
armv7l is 32 bit processor.
If you need a little bit more information regarding ARMv8, please read @Rinzwind's answer :-)
add a comment |
armv7l is 32 bit processor.
If you need a little bit more information regarding ARMv8, please read @Rinzwind's answer :-)
armv7l is 32 bit processor.
If you need a little bit more information regarding ARMv8, please read @Rinzwind's answer :-)
edited May 31 '18 at 11:10
answered May 31 '18 at 10:56
Dipesh KCDipesh KC
26126
26126
add a comment |
add a comment |
ARMv8 is 64-bit. With 32-bit compatibility.
The ARMv8 architecture introduces 64-bit support to the ARM architecture with a focus on power-efficient implementation while maintaining compatibility with existing 32-bit software. By adopting a clean approach ARMv8-A processors extend the performance range available while maintaining the low power consumption characteristics of the ARM processors that will power tomorrow's most innovative and efficient devices. ARM has 3 different product tiers supporting the ARMv8-A architecture: High Performance, High Efficiency, and Ultra-High Efficiency.
ARMv8-A introduces 64-bit architecture support to the ARM architecture and includes:
- 64-bit general purpose registers, SP (stack pointer) and PC (program counter)
- 64-bit data processing and extended virtual addressing
Two main execution states:
- AArch64 - The 64-bit execution state including exception model, memory -model, programmers' model and instruction set support for that state
- AArch32 - The 32-bit execution state including exception model, memory model, programmers' model and instruction set support for that state
Anything lower (like ARMv7) is 32-bit.
19
OP asks specifically about ARMv7 and you fill half a page about v8 just to mention in your last sentence that v7 is always 32 bit? I mean, it's correct of course, but... you know
– Byte Commander♦
Jun 22 '17 at 21:41
3
I keep reading and reading to see what v8 had to do with v7 or if there was some connection. Nope.
– Lo-Tan
Apr 29 '18 at 13:44
add a comment |
ARMv8 is 64-bit. With 32-bit compatibility.
The ARMv8 architecture introduces 64-bit support to the ARM architecture with a focus on power-efficient implementation while maintaining compatibility with existing 32-bit software. By adopting a clean approach ARMv8-A processors extend the performance range available while maintaining the low power consumption characteristics of the ARM processors that will power tomorrow's most innovative and efficient devices. ARM has 3 different product tiers supporting the ARMv8-A architecture: High Performance, High Efficiency, and Ultra-High Efficiency.
ARMv8-A introduces 64-bit architecture support to the ARM architecture and includes:
- 64-bit general purpose registers, SP (stack pointer) and PC (program counter)
- 64-bit data processing and extended virtual addressing
Two main execution states:
- AArch64 - The 64-bit execution state including exception model, memory -model, programmers' model and instruction set support for that state
- AArch32 - The 32-bit execution state including exception model, memory model, programmers' model and instruction set support for that state
Anything lower (like ARMv7) is 32-bit.
19
OP asks specifically about ARMv7 and you fill half a page about v8 just to mention in your last sentence that v7 is always 32 bit? I mean, it's correct of course, but... you know
– Byte Commander♦
Jun 22 '17 at 21:41
3
I keep reading and reading to see what v8 had to do with v7 or if there was some connection. Nope.
– Lo-Tan
Apr 29 '18 at 13:44
add a comment |
ARMv8 is 64-bit. With 32-bit compatibility.
The ARMv8 architecture introduces 64-bit support to the ARM architecture with a focus on power-efficient implementation while maintaining compatibility with existing 32-bit software. By adopting a clean approach ARMv8-A processors extend the performance range available while maintaining the low power consumption characteristics of the ARM processors that will power tomorrow's most innovative and efficient devices. ARM has 3 different product tiers supporting the ARMv8-A architecture: High Performance, High Efficiency, and Ultra-High Efficiency.
ARMv8-A introduces 64-bit architecture support to the ARM architecture and includes:
- 64-bit general purpose registers, SP (stack pointer) and PC (program counter)
- 64-bit data processing and extended virtual addressing
Two main execution states:
- AArch64 - The 64-bit execution state including exception model, memory -model, programmers' model and instruction set support for that state
- AArch32 - The 32-bit execution state including exception model, memory model, programmers' model and instruction set support for that state
Anything lower (like ARMv7) is 32-bit.
ARMv8 is 64-bit. With 32-bit compatibility.
The ARMv8 architecture introduces 64-bit support to the ARM architecture with a focus on power-efficient implementation while maintaining compatibility with existing 32-bit software. By adopting a clean approach ARMv8-A processors extend the performance range available while maintaining the low power consumption characteristics of the ARM processors that will power tomorrow's most innovative and efficient devices. ARM has 3 different product tiers supporting the ARMv8-A architecture: High Performance, High Efficiency, and Ultra-High Efficiency.
ARMv8-A introduces 64-bit architecture support to the ARM architecture and includes:
- 64-bit general purpose registers, SP (stack pointer) and PC (program counter)
- 64-bit data processing and extended virtual addressing
Two main execution states:
- AArch64 - The 64-bit execution state including exception model, memory -model, programmers' model and instruction set support for that state
- AArch32 - The 32-bit execution state including exception model, memory model, programmers' model and instruction set support for that state
Anything lower (like ARMv7) is 32-bit.
answered Jun 22 '17 at 21:37
RinzwindRinzwind
213k28413550
213k28413550
19
OP asks specifically about ARMv7 and you fill half a page about v8 just to mention in your last sentence that v7 is always 32 bit? I mean, it's correct of course, but... you know
– Byte Commander♦
Jun 22 '17 at 21:41
3
I keep reading and reading to see what v8 had to do with v7 or if there was some connection. Nope.
– Lo-Tan
Apr 29 '18 at 13:44
add a comment |
19
OP asks specifically about ARMv7 and you fill half a page about v8 just to mention in your last sentence that v7 is always 32 bit? I mean, it's correct of course, but... you know
– Byte Commander♦
Jun 22 '17 at 21:41
3
I keep reading and reading to see what v8 had to do with v7 or if there was some connection. Nope.
– Lo-Tan
Apr 29 '18 at 13:44
19
19
OP asks specifically about ARMv7 and you fill half a page about v8 just to mention in your last sentence that v7 is always 32 bit? I mean, it's correct of course, but... you know
– Byte Commander♦
Jun 22 '17 at 21:41
OP asks specifically about ARMv7 and you fill half a page about v8 just to mention in your last sentence that v7 is always 32 bit? I mean, it's correct of course, but... you know
– Byte Commander♦
Jun 22 '17 at 21:41
3
3
I keep reading and reading to see what v8 had to do with v7 or if there was some connection. Nope.
– Lo-Tan
Apr 29 '18 at 13:44
I keep reading and reading to see what v8 had to do with v7 or if there was some connection. Nope.
– Lo-Tan
Apr 29 '18 at 13:44
add a comment |
protected by Community♦ Apr 14 at 6:29
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
2
Relevant: unix.stackexchange.com/q/136407/103151
– Byte Commander♦
Jun 22 '17 at 21:42