The armv7 tag has no wiki summary.
24
votes
6answers
13k views
What are the advantages of armv7 over armv6 when compiling iPhone apps?
If there are any advantages at all... couldn't find anything conclusive in the docs.
Apparently armv7 is for newer version of iOS... is it faster? smaller? Better at X?
13
votes
3answers
10k views
Way to restore XCode to accept armv6 architecture?
I have a 3rd party .a library, which is apparently compiled for only armv6 compatibility, where both new Xcodes (3.2.6 and 4), both now require a separate armv7 slice to run on the device. The link ...
11
votes
2answers
2k views
What are the benefits/consequences of compiling an armv7 only architecture?
In compiling iPhone apps, there is a setting for "Optimized" architecture (armv7 only) vs a standard armv6/armv7 architecture.
What are the benefits/consequences of compiling an armv7 only ...
9
votes
6answers
18k views
Xcode 4 Final - “armv6 armv7” issue while linking with armv6 libs
Until xcode 4 final (I was using 3.latest and 4 GM for the time it was available) this didn't happen. When I upgraded to xcode 4 final version, I started getting a linking error while trying to link ...
7
votes
4answers
9k views
Undefined symbols for architecture armv7
This problem has been driving me crazy, and i can't work out how to fix it...
Undefined symbols for architecture armv7:
"_deflateEnd", referenced from:
-[ASIDataCompressor closeStream] in ...
4
votes
2answers
87 views
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 ...
4
votes
0answers
952 views
XCode 4.2 compiling for iPhone 3g (armv6) [closed]
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 ...
4
votes
3answers
7k views
XCode linking error when targeting armv7
I've already spent countless hours puzzling over this, utilizing Google searches and other Stack Overflow questions to no avail.
I have an iPhone/iPad universal application, which seems to compile ...
3
votes
7answers
4k views
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 Architecture
I have the ...
3
votes
1answer
380 views
Compiling Eigen library for iPhone with vectorisation
I am struggling with the compilation of Eigen library for iPhone 4 which has an ARM processor with armv7 instruction set. Everything works fine so far when I specify the preprocessor define ...
3
votes
0answers
799 views
armv7 iphone warnings
I get the following warnings when trying to build my project. There are about 160 warnings similar to them which is annoying
ld: warning: CPU_SUBTYPE_ARM_ALL subtype is deprecated: ...
3
votes
1answer
2k views
Getting hardware floating point with android NDK
I've begun playing with the android NDK. One of the things I've just learnt is about creating an application.mk file to specify the armv7 abi.
I'm building the san-angeles example with the ...
2
votes
3answers
93 views
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 ...
2
votes
2answers
102 views
What is the performance impact of using armv7 when compiling an iOS app?
Our app uses the foursquare API, and I'm interested in how compiling with armv7 architecture impacts:
location accuracy
speed (floating point calculations)
Does compiling with armv6 architecture ...
2
votes
2answers
474 views
ld: duplicate symbol _objc_retainedObject on iOS 4.3 , but not on iOS 5.0
Some background - I've built a custom Framework using Diney's guide at http://db-in.com/blog/2011/07/universal-framework-iphone-ios-2-0/
Its built for both armv6 / armv7 , its an ARC-based ...
2
votes
1answer
212 views
iOS conditional link static library
I have a fat static library compiled for armv7 and i386. In my iPhone/iPad project everything works fine, but i can only install my application on armv7 device so iPhone 3gs and up...
There is a way ...
2
votes
2answers
371 views
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 ...
2
votes
2answers
683 views
Xcode4 App work fine on iPhoneSimulator,but build on Device got a armv6/7 error:(
I'm at a lost at this point. :(
The application is work fine iPhoneSimulator.
But when I try to build on Device(iphone4.3.1)(XCode4),
I get the following error:
When I choose Standard(armv6 armv7) ...
2
votes
2answers
1k views
Do I need to add armv6 support when limiting apps to iOS 4.0+?
At the moment I'm compiling for both armv6 and armv7. I've also set the target iOS version as 4.0.
Am I right in saying that all devices capable of running iOS 4.0+ are armv7, and thus I can stop ...
2
votes
2answers
2k views
“Application executable is missing a required architecture armv6” on Application loader
When i run my layarapplication on my device it works, but when i want to upload it with application loader to appstore, it gives a message;
"*application executable is missing a required architecture ...
2
votes
1answer
824 views
building MobileVLC -> armc7 + ffmpeg issue
I'm trying to build MobileVLC on OS X Lion, against iOS SDK 5.0. So far, no dice.
Followed the given instructions, however, build stops and fails here:
[info] Building contrib for iOS in ...
2
votes
2answers
716 views
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 ...
2
votes
2answers
384 views
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 ...
2
votes
1answer
563 views
Xcode: Architectures settings for a universal\iOS4 app
I was wondering what my project settings should be in case I have a universal app that I am now updating to 4.0.
The Base SDK is iPhone Device 4.0
iPhone OS Deployment Target is iPhone OS 3.0
What ...
1
vote
3answers
34 views
Android ARMv6/v7 and VFP/NEON
I would like to understand more the CPU used on Android phones. The reason is that we are building the C library which has the certain CPU/math processor architecture flags we can set.
So far we ...
1
vote
2answers
19 views
Existing App: upgrade from iOS 4.2 to iOS 5.0
I rewrote an app I have on the iTunes store using iOS5.
The original app had support for armv6 and armv7 on iOS 4.2 and higher.
The new app has only support for armv7 on iOS5.0 and higher (since ...
1
vote
1answer
111 views
Any defect if using armv6 ONLY in Xcode 4.2 to support both old and new devices?
I'm developing an app supporting since iOS 3.0. With Xcode 4.2, I have to add armv6 manually to Architectures. So is armv7 optimized for new devices the only advantage to compile with "armv6 armv7"? ...
1
vote
1answer
180 views
When do I need to include armv7? Can I build for iOS5 devices too using only armv6?
I am making a game that I want compatible for all older devices to as long as they all run on iOS4.0 or above. I do have some features specific for iOS5.
Now while making the build should i use both ...
1
vote
2answers
59 views
armv7: stmb does not take pc
I have a library written in C mixed mixed with some assembly for ARM. It used to be compiled for armv6. Now I am trying to upgrade it to armv7. However, there is an interrupt handler which has the ...
1
vote
1answer
307 views
Can someone help me to compile Icy for iOS 5? ( Jailbreak ) [closed]
I'm having major trouble with Icy ( Cydia alternative )
( Like errors with cURL and ARMv7 )
So i was wondering if someone could help me to compile icy for iOS 5.
I already ported it to 4.x, but since ...
1
vote
2answers
132 views
Two threads call one function > Does local variable access need to be synchronized?
If two threads call one function "simultaneously,"
do variables local to the function (not ivars) need to be protected in a mutex/synchronization block to keep other threads from altering/munging ...
1
vote
0answers
597 views
Xcode linker error- armv7 slice architecture
Having archive error when want to compile into .ipa
I am using:
Mac OS X Leopard 10.6.7
Xcode 4.3 stable.
Clean and Build in simulator no error.
But
Archive for Adhoc under Latest iOS SDK (iOS ...
1
vote
1answer
552 views
route-me won't compile in xCode 4
I'm trying to get route-me offline maps to compile in xCode 4. They were fine in xCode 3.
I believe my issue is with architecture settings. Looking at the following post, it looks like I should ...
1
vote
1answer
378 views
boost armv7 build
I tried this to build armv7 boost libs:
./bjam toolset=darwin cflags="-fvisibility=default" architecture=arm target-os=iphone macosx-version=iphone-4.1 link=static threading=multi ...
1
vote
1answer
232 views
Attaching armv7 static library to Monotouch project
I have 3rd party static library compiled for i386 and armv7 architectures (without armv6). Is there a way to link Monotouch project with armv7 library? Monotouch adds '-arch armv6' parameter to gcc ...
0
votes
1answer
59 views
How big are the armv6 and armv7 architectures?
When I submitted my app for review I got and email saying in processing, my app size jumped from 14mb to 34mb. That is huge and totally unfair!
I assume that this was all due to the arm ...
0
votes
2answers
42 views
Xcode project not working after replacing project folder
I was working on an xcode project called Test, which I then made a copy of the project folder as a backup. Now , I would like to replace my current Test project with my backup folder, which I did. But ...
0
votes
4answers
68 views
MBProgressHUD armv7 error
i'm trying to use MBProgressHUD. i added header an .m to project, imported header in class and call MBProgressHUD from an ibaction in this way:
-(IBAction)submitForm:(id)sender{
MBProgressHUD ...
0
votes
1answer
66 views
Build f2c for ARMv6, ARMv7 and i386 architecture
I want to build f2c library for ARMv6, ARMv7 and i386 architectures.
I found this link ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/devel/libf2c/README.html, but when I used ARM libraries, Xcode ...
0
votes
1answer
119 views
application executable is missing a required architecture. at least one of the following armv7
I am getting this error while submitting for app store
"application executable is missing a required architecture. at least one of the following armv7"
I don't want to build my application for armv7 ...
0
votes
1answer
87 views
Unaligned memory access in ARM v7
Can you help me with code ('C' or ARM assembly) for marking a memory region as "Normal", thereby allowing unaligned memory access? I understand we need to enable MMU before doing this. I'm new to ARM ...
0
votes
1answer
58 views
Xcode ARMV [please help]
i need to change my "armv" before i can upload it.. but how can i do it?
it says:
iPhone/iPod Touch: application executable is missing a required
architecture at least one of the following ...
0
votes
1answer
209 views
UIAlertView with text fields not moving up
I want to display a prompt to get a user's username and password.
I am doing this by displaying a UIAlertView and adding UITextFields as subviews to it.
Recently I moved my project over to XCode 4.2 ...
0
votes
0answers
200 views
Using mac terminal to build commandline C apps for iphone
I've tried may things, but I've discovered that I need to use my iPhone development files to compile the arm binary... this is very troublesome. Here's my procedure:
First I create the path:
...
0
votes
1answer
144 views
Screen coordinate systems for armv6, armv7 (IPhone development)
I am writing a game for the iPhone/iPodTouch (using Cocos2d) and I have noticed something strange...
I need to detect the parts of the screen which the player touches in order to perform certain ...
0
votes
1answer
446 views
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 ...
0
votes
1answer
91 views
Playback not working in offline mode when trying to play offline playlist (libspotify 9.1.32 / armv7 build)
I have an issue with libspotify and playback of offline synchronized playlists. When there is no active internet connection, the login suceeds (and sp_session_connectionstate reports that user is ...
0
votes
0answers
65 views
Issue with performing relogin and retrieving playlist root container (libspotify 9.1.32 / armv7 build)
I have problem retrieving the root playlist container after having performed re-login (with remembered user credentials). I.e., the call to sp_session_relogin returns SP_ERROR_OK, but calling ...
0
votes
0answers
717 views
Undefined symbols for architecture armv7
my app got one error. Xcode ios5 gm_seed .
i have add libz1.2.5.dynlib to OTHER_LDFlag
Undefined symbols for architecture armv7:
"___zzip_aligned4", referenced from:
...
0
votes
1answer
327 views
Cocos2d + Box2d performance ARMv6 vs ARMv7
I'm developing a game that is using box2d physics pretty intensively and my beta tester reported sloppy performance when there were a lot of objects on the screen. I was practically always hanging ...