arm
Running generated ARM machine code on Android gives UnsupportedOperationException with Java Bitmap objects
We ( http://www.mosync.com ) have compiled our ARM recompiler with the Android NDK which takes our internal byte code and generates ARM machine code. When executing recompiled code we see an enormous[详细]
2023-03-31 05:29 分类:问答difficulty listing threads/stacks with GDB on ARM
I\'m using GNUEABI to remote debug an ARM device,I\'m able to set breakpoints, step, view memory, etc.[详细]
2023-03-31 02:37 分类:问答error while running a GUI application in mini2440 board
i am trying to run a GUI application inside mini2440(FriendlyARM board that runs Qtopia). I followed instructions from[详细]
2023-03-30 06:17 分类:问答Uncatchable C++ exceptions (Shared libs, arm-linux-gnueabi-g++)
I\'m facing a strange problem related to exceptions thrown across DSO boundaries. When the code is compiled for embedded linux board with arm-none-linux-gnueabi-g++, the exceptions can\'t be caught, i[详细]
2023-03-29 01:18 分类:问答How to emulate Windows CE 5.0 on ARMV4i architecture
I am developing Qt application for Windows CE 5.0 device. My setup is: Qt 4.7.3 compiled with Visual Studio 2005 using Windows CE 5.0 Standard SDK.[详细]
2023-03-28 19:05 分类:问答SIGILL in Android NDK code
I have an NDK app out on market and got a native crash report about a SIGILL signal. (I use google breakpad to generate native crash reports.) Here are the details:[详细]
2023-03-28 17:33 分类:问答Libraries(armel) for cross compiling
Where can I get compiled libraries specific architectures?My company hired some contractors开发者_StackOverflow中文版 to port some code to our powerpc platform.I am trying to move this to an arm platf[详细]
2023-03-28 13:33 分类:问答arm-none-eabi-gdb and openocd: Malformed response to offset query, qOffsets?
I am attempting to use GDB to debug a Stellaris LM3S8962 Evaluation board using OpenOCD and the GNU ARM toolchain (installed with Ma开发者_StackOverflow中文版cPorts), whenever I set the remote target[详细]
2023-03-28 03:21 分类:问答Tracing a simple program in assembly
I have created a simple c program to add two numbers : void main(){ int a = 4; int b = 5开发者_开发问答;[详细]
2023-03-28 02:39 分类:问答Confused by TBB in a section of ARM disassembly
As an intro to learning Arm assembly, I\'m trying to recreate disassembled functions in a higher level language. However I\'m confused by the following bit of assembly:[详细]
2023-03-28 02:19 分类:问答