• Windows version of arm-linux-gnueabi and arm-linux-gnueabihf for gcc8
    Hello ! It seems like the binaries for the windows version of arm-linux-gnueabi and arm-linux-gnueabihf has been removed in gcc8. Have the support for windows been removed or will it appear ?
  • Why GNU ARM Toolchain objcopy didn't redefine and strip symbols, what a possible workaround?
    I have Android shared library with armeabi-v7 architecture, and I need to rename some functions inside this. Firstly, I tried ARM toolchain v4.9 of Android NDK. I tried: objcopy --redefine-sym _Z3foo1v...
  • ARM - differences between cross compilng on x86 and x64
    I has an old project on ARM7TDMI-S which was developed on Windows XP. Currently I change system to newest and I have some problems with compilation: I use gcc-arm-none-eabi compiler. ...
  • how to move from keil to linux?
    i want to move form keil to linux on my some project, I have .uvprojx file and .uvoptx fiels. I want to convert it into makefile and also need to genertate the linker file for the same. Can any body...
  • Needs suggestion
    Hi, I am running simulation using cortex-53 or cortex-72 model, but my model does not support the below dup instruction. I am using gnu compiler now.. so I tried to remove simd instruction by adding...