Questions tagged [armv6]

Questions related to ARMv6 Architecture. ARMv6 architecture introduced Thumb-2, TrustZone and SIMD support. ARM11 series of processors are based on ARMv6 architecture.

ARMv6 architecture introduced Thumb-2, TrustZone and SIMD support. ARM11 series of processors are based on ARMv6 architecture.

More details at

  1. http://www.arm.com/products/processors/technologies/instruction-set-architectures.php
  2. http://en.wikipedia.org/wiki/ARM_architecture
166 questions
7
votes
4 answers

armv6 and armv7

I've got an app that I created that I'm trying to test on an older iphone 3g. I've used this phone many times for testing but this new app for some reason will not accept the build. I've done some searching and found that I need to charge the…
Monergy
  • 939
  • 3
  • 13
  • 24
6
votes
3 answers

How to determine binary image architecture at runtime?

Crash log contains "Binary Images" section with information about architecture (armv6/armv7) and identifier of all loaded modules. How to determine this information at runtime? (at least, just for application executable) NSBundle has method…
muxa
  • 63
  • 1
  • 4
6
votes
2 answers

build for ARMv6 with gnueabihf

I try to build an app for ARMv6 but, fail. I guess the problem is the Toolchain which supports Hard Float but, ARMv6 does not. Well, first i set -march=armv6, where compilation…
b-boy
  • 115
  • 1
  • 1
  • 7
6
votes
2 answers

iOS available architecture issue

I'm little bit confused about the architectures available in iOS build settings. I found that there are 4 types: i386 armv6 armv7 armv7s. I know i386 is for simulator, armv6 is for iOS devices (older devices, think so). But I'm confused about…
Midhun MP
  • 103,496
  • 31
  • 153
  • 200
5
votes
3 answers

symbol(s) not found for architecture armv6

Please help me from the below error. I am working on graphs using 3rd party framework (libIPhonecharting), every thing works fine in simulator, but when I am trying to build .app file to install in IPAD Device I get the below error…
Santosh Gurram
  • 1,007
  • 3
  • 13
  • 22
5
votes
3 answers

arm6 is missing in my build settings

I am getting this error when i try to archive my project: warning: iPhone/iPod Touch: application executable is missing a required architecture. At least one of the following architecture(s) must be present: armv6 (-19033) Unable to validate…
shannoga
  • 19,649
  • 20
  • 104
  • 169
5
votes
2 answers

Support armv6 and armv7 in the same ipa

I have an XCode project configured like this: Project Format: XCode 3.1-compatible Architectures : Standard (armv6 armv7) Base SDK : Latest iOS (currently set to iOS 4.2) Build Active Architecture Only : UNCHECKED Valid Architecures: armv6…
Rayfleck
  • 12,116
  • 8
  • 48
  • 74
4
votes
3 answers

Removing support for iPhone 3G

I have a product that currently supports ARMV6 and ARMV7, meaning iPhone 3G is supported. However, it is our goal to migrate to straight ARMV7 architecture (to reduce binary size, and resolve some build errors we have with certain ARMV7 only…
BadPirate
  • 25,802
  • 10
  • 92
  • 123
4
votes
2 answers

What happens if I upload a new version of my application on App Store, that is only ARMv7?

I have a "Ready for sale" application on iTunes connect that is a universal app for iPhone and iPad. My application is suitable also for ARMv6 devices such as ipod touch 1g/2g and old iPhone. If i upload a new version of my application that is…
Luciano Salemme
  • 387
  • 2
  • 15
4
votes
4 answers

Xcode 4.2 and Three20 wont compile armv6

I have an application running perfectly in the simulators in Xcode 4.2 To build and Archive to publish to the appstore I receive an error indicating I need to include a armv6 build. Forums suggest to clear the build-targets and include "armv6 armv7"…
Tim
  • 483
  • 4
  • 9
4
votes
0 answers

XCode 4.2 compiling for iPhone 3g (armv6)

Possible Duplicate: Warning iPhone apps should include an armv6 architecture even with build config set I've upgraded to XCode 4.2 in order to target iOS 5 devices (As per Apple's instructions) I'm attempting to release a version of an App that…
Matt Fellows
  • 6,512
  • 4
  • 35
  • 57
4
votes
2 answers

Cross compile for iPhone on a mac?

How would I go about setting everything up to cross compile from my OSX 10.7 Macbook pro to my jailbroken 4th generation iPod touch. I'm mainly aiming to be able to port open source libraries to iphone. I can't seem to find any good/recent…
Trcx
  • 4,164
  • 6
  • 30
  • 30
4
votes
3 answers

Proper use of the ARM PLD instruction (ARM11)

The ARM ARM doesn't actually give much in the proper way of usage on this instruction, but I've found it used elsewhere to know that it takes an address as a hint on where to read the next value. My question is, given a 256-byte tight copy loop of…
Michael Dorgan
  • 12,453
  • 3
  • 31
  • 61
4
votes
7 answers

XCode 4.2. issue: Standard (armv7)

I want to update my app in the App Store but when I try to upload it I get an error that armv6 is not supported in my app. The problem is I cannot even choose Armv6 as an Architecture. I have the following Architecture settings: Architectures:…
Malte Onken
  • 769
  • 1
  • 9
  • 20
4
votes
2 answers

XCode 4 active architecture setting

I've updated the XCode to the latest 4 version (final). My project depends on a 3rd party library that was build for armv6. The problem is that i can not change the "active architecture" as it was in 3.x.x instead I see that during linking the…
Dima Gutzeit
  • 61
  • 1
  • 5
1
2
3
10 11