• ARMCC: How to generate assembly
    I'd like to generate assembly file for a corresponding .c file and I've tried the following which do not work. armcc.exe -c test.c -o test.o fromelf.exe -c test.o -o test.s The above generates...
  • Using VFP with RVDS debugger?
    Note: This was originally posted on 16th September 2011 at http://forums.arm.com HI         I am currently developing a program based on NEON and VFP. I want to debug code using RealView Debugger v4.0...
  • NEON vs VFP usage
    Note: This was originally posted on 29th August 2011 at http://forums.arm.com Hi, Could I use NEON and VFP at the same time in my application? What would be the downsides of that? I read also in the documentation...
  • Searhing for ARM with VFP
    Hi, I'm using the ARM7 : LPC2468 for my project. In my project I need many Floating Point calculation and the LPC2468 can't do that. I'm looking for an ARM (Maybe ARM9) with VFP - also I prefer it...
  • armcc [4.1 Build 894] generates bad code?