search for: arm2gcc

Displaying 1 result from an estimated 1 matches for "arm2gcc".

2010 Jul 24
2
theorarm build
...se that its current state in svn is incomplete. I'm using a gcc cross-compiler for ARM on an x86 Linux PC. After running configure for arm-linux-gcc, I had to make the following mods manually. (1) The assembler .s files in ./lib/arm needed to be converted to gcc- compatible format with arm2gcc.pl script. (2) When turning off ARMV6 and ARM_HAS_NEON switches, the ARMfrag.s files had a misplaced .endif directive that needed to be relocated. (3) The CCASFLAGS options needed to be set to "-Xassembler -Iarm/" to locate dependent .s files for assembly. (4) The ARMstate.c file h...