My question is about remote debugging an application on an embedded arm processor using gdb/gdbserver.
I\'m using Visual C++ 2005 for building applications for ARM,开发者_如何学JAVA Qualcomm Snapdragon chip. I know it supports VFPv3. Where can I get SDK or something like to use floating-point arithmeti
I have a few lines of assembler arm code in an .s file. Just a few routines i need to call. It works fine when building for the device, however when i switch to iPhone Simulator i get \"no such instru
I am trying to cross-compile linux for an ARM architecture. The host is an X86 machine running ubuntu-jaunty. I downloaded a cross-compile toolchain for ARM from http://ftp.arm.linux.org.uk/pub/armli
I\'m looking for a wa开发者_开发技巧y to differentiate at runtime between devices equipped with the new ARM processor (such as iPhone 3GS and some iPods 3G) and devices equipped with the old ARM proce
I have a mixed assembler and C project based on IAR ARM. I have some #define in C header, I like to use (import) them in assembler fil开发者_StackOverflow中文版e. Could anybody tell me it is possible?
Why should an ARM controller return to ARM state from THUMB state, when a开发者_Go百科n exception occurs?One explanation might be that ARM mode is the CPU\'s \"native\" operating mode, and that it\'s
I would like to begin writing ARM assembler and running it on the iPhone. This is not with the intent of using in an app to be released to the app store - Basically I would like to solve problems on
I wish to emulate an ARM architecture (I wish to compile software for my DNS-323 NAS drive, to be more precise) and I\'m having a hard time.
Im struggling to read(and write开发者_开发知识库) to HW registers from Linux user space. The goal is to configure some GPIO pins from and be able to set and read this pins.