Questions tagged [armv7]

Questions related to ARMv7 architecture. ARMv7 is the ARM architecture, which introduced the 32 bit Thumb-2 instruction set, as well as NEON SIMD support (on supported chipsets). Some CPUs which use this are the Cortex A5, Cortex A8 and Cortex A9.

ARMv7 is the ARM architecture, which introduced the 32 bit Thumb-2 instruction set, as well as NEON SIMD support (on supported chipsets). Some CPUs which use this are the Cortex A5, Cortex A8 and Cortex A9.

More details at

  1. http://www.arm.com/products/processors/technologies/instruction-set-architectures.php
596 questions
0
votes
1 answer

duplicate symbol for architecture armv7 error

I'm getting following error after including an external framework and building the project with it. Don't know what to do. Only headers file of the external framework are available to me. All the implementation files (.m) are in a .exe file so I…
Animesh Porwal
  • 557
  • 1
  • 10
  • 21
0
votes
0 answers

Undefined symbols for architecture armv7 (CCControlButton)

I am using CBReader to read cocoabuilder file. on simulator is working fine. but when i am trying to run od my iPad, its giving me compilation error. Undefined symbols for architecture armv7: "_OBJC_IVAR_$_CCControl.state_", referenced from: …
Romit M.
  • 898
  • 11
  • 28
0
votes
1 answer

Facebook sdk 3.9 file is not found

I integrated the facebook sdk 3.9.pkg in my application & I cant able to run the app in the simulator or in the device.I changed all the setting according to the ios7 but it is still showing as file is not found.I am using the xcode version xcode…
Romance
  • 1,416
  • 11
  • 21
0
votes
1 answer

apple clang and sse instructions form armv7 ( mobile processors )

I have problems cross compiling some c++ sources that contain sse instruction. I manage to compile them for simulator (with no extra c++ flag), but for armv7 i get the following error: #error "SSE instruction set not enabled" ( and following other…
atrebbi
  • 553
  • 3
  • 20
0
votes
1 answer

error while submit - executable must include support for armv6

When Validating the Archive, I get the following error: ERROR ITMS-9000: "This bundle is invalid. When supporting iPhone, the executable must include support for the armv6 architecture, unless the UIRequireDeviceCapabilities include the…
Satish
  • 1,012
  • 2
  • 15
  • 32
0
votes
1 answer

iOS bundle invalid

My project no longer builds. I don't know if it has to do with my system crashing then I uploaded a later version of xcode, using The complete error message is xcode version 4.6 "This bundle is invalid. When supporting iPhone electable must…
Ted pottel
  • 6,869
  • 21
  • 75
  • 134
0
votes
2 answers

card.io will not compile on 64bit iPhone 5s armv7s

I'm having trouble compiling card.io on an iPhone 5s in 64bit mode (armv7s). It will compile on the simulator just finw. I am using Xcode 5. Here is my error message: Undefined symbols for architecture armv7s: "_CMSampleBufferGetImageBuffer",…
0
votes
1 answer

I want to know if is possible to build the OpenCV Java library for a embebed system with a architecture armv7?

well i'm trying to develop an application for a beagleBone black (armv7) with the jdk installed. If it's possible, can say me how to do it? I use the cross-compiler recommended in the page of openCV for embebed system but it only generate me a c++…
aldajo92
  • 181
  • 1
  • 5
0
votes
1 answer

Sofia SIP build for i386/armv7

my last question was too unspecific I think. So my next is better.\ How can I compile the Sofia-Sip library for i386 and amrv7 ? Would be great to get an answer ! Thank you fellows, Alexander Heinrich
Sn0wfreeze
  • 1,959
  • 3
  • 18
  • 32
0
votes
0 answers

Error: ld: 1 duplicate symbol for architecture armv7

I have looked everywhere and cannot find the solution to this problem. I have tried renaming the .h/.m files deleting them and creating them again as well as seeing if the problem is with the files not being in the compile sources in the project…
0
votes
1 answer

Unable to build static library for arm6/arm7 using sourcery lite edition toolchain, C++, Eclipse on Mac OS?

I have been trying to develop static library (.a) for arm6/arm7 using C++, Eclipse and Sourcery Lite edition ARM tool-chain on Mac OS. I have successfully setup (compile/build/configured) sourcery lite toolchain for Eclipse and able to build static…
sw_engineer
  • 1,022
  • 2
  • 11
  • 15
0
votes
1 answer

How do you integrate ObjCMongoDb into an iOS application?

So I'm trying to get ObjCMongoDb up and running in an iOS application but I keep getting this error. ignoring file /Users/user/Documents/Programming/ObjCMongoDB/ObjCMongoDB.framework/ObjCMongoDB, file was built for unsupported file format ( 0xcf…
adeiji
  • 550
  • 1
  • 3
  • 13
0
votes
2 answers

Duplicate symbol for armv7s Sharekit and admob

I have application which is using Sharekit and Admob together, app is not compiling because of the dublicate symbols. The problem is that Sharekit requires -all_load flag but this flag is conflicting with admob plugin, but i cant remove the all_load…
taffarel
  • 4,015
  • 4
  • 33
  • 61
0
votes
1 answer

Compile Mach-o arm object file

Im trying to compile a mach-o arm object file to mach-o arm executable using the command line. I have used various commands like these clang -arch armv7 helloapp.o -o helloapp clang helloapp.o -o helloapp gcc helloapp.o -o helloapp They all return…
walsh06
  • 97
  • 1
  • 9
0
votes
0 answers

compilation issue with NDK

I am compiling one file using NDK android-ndk-5rc, here is command /media/Softwares/android-ndk-r5c/ndk-build APP_PLATFORM=android-8 but facing one strange compilation error Fatal error: invalid -march= option: `armv5te' make: *…
Krishan
  • 407
  • 4
  • 13