• Hi folks, anyone got any idea on which compiler to use in Qemu for working with 64bit Arm Architecture? Complete noob here

    Kallooran
    Kallooran

    So I have worked with Arm 32 bit and was able to generate the log file which contains all the instructions and addresses and all... Now i want to do the same for 64 bit. But it seems we need another compiler to do the same. If possible, can you guys give…

    • over 1 year ago
    • Software Tools
    • Arm Development Studio forum
  • Can't find the compiler: arc-elf32-cpp

    Johannes
    Johannes

    Hello,

    thank you really much for this forum/community! I'm trying to compile the following source code: https://github.com/j1nx/Amlogic-reff16-uboot

    The reason why I'm compiling this sources are that I'm getting started with ARM devices. Especially…

    • over 2 years ago
    • Software Tools
    • Arm Development Studio forum
  • Is the ARM 5.05 v2 build 169 compiler compatible with Ubuntu 18.04?

    Ken D
    Ken D

    Making a change to an old product - Code was last updated using compiler level 5.05v2 build 169 - so installed (unpacked the tar file and ran setup.sh)

    Now I get the following symptom - none of the executables function on this machine - but they work…

    • over 1 year ago
    • Software Tools
    • Arm Development Studio forum
  • How to change Elf Header's e_version field on compile time?

    Yeo Reum Yun
    Yeo Reum Yun

    Hi experts.

    For managing binary file's version information.. I just want to Elf Header's e_version field...

    But I don't know how to change that information on compile time...

    Could  I use that field as i want to?

    Cuz the some application…

    • Answered
    • over 4 years ago
    • Software Tools
    • Arm Development Studio forum
  • no FPU in memset

    42Bastian
    42Bastian

    How can I tell the linker/compiler not to use memset/memcpy function which use FPU registers?

    For example: SCIOPTA allows to limit the use of the FPU for certain tasks (to improve task-switching). Tasks without FPU may not use FPU registers. But the compiler…

    • Answered
    • over 4 years ago
    • Software Tools
    • Arm Development Studio forum
  • Key difference between GCC arm-none-eabi and arm-eabi

    techguyz
    techguyz

    Hi Experts,

    For Cortex R and M processors Linaro has recommended the GCC arm-none-eabi 4.9 whereas for A series processors it is recommending normal GCC eabi.

    what is the key difference between the same ?

    Regards,

    Techguyz

    • Answered
    • over 4 years ago
    • Software Tools
    • Arm Development Studio forum
  • can't figure out how to compile, link my program for my lpc1768 board

    kamran
    kamran

    I'm reading OReilly embedded programming book. After reaching 2.7. Initialize the Hardware i have problem understanding things. i didn't understand some part about 2.7. and locating and linking. i was thinking maybe if i do it myself on my lpc1768…

    • Answered
    • over 4 years ago
    • Software Tools
    • Arm Development Studio forum
  • Beginner with uVision compiler error

    Gert
    Gert

    compiling this first try with uVision:

       AREA x,CODE,Readonly

       ENTRY

      

       mov r0,#1

      

       END

    results in:

    *** Using Compiler 'V5.05 update 2 (build 169)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'…

    • Answered
    • over 5 years ago
    • Software Tools
    • Arm Development Studio forum
  • Does anyone have any advice for learning how to program Cortex-M processors without an IDE?

    Jonathan Hill
    Jonathan Hill

    I'm interested in learning about what's under the hood, or what's hidden from you by an IDE, by which I mean, compiler, linker, makefiles - that type of thing. I have a few specific, if potentially misguided questions about what I think I should be doing…

    • over 5 years ago
    • Software Tools
    • Arm Development Studio forum
  • armv8 bootrom

    bug57520
    bug57520

    Hi ARM experts,

       

    I'm new to develop boorom with armv8 CPU. 

    I have seen the example in ARM DS-5 .(startup_v8_ARMCompiler6)

    But I have no idea which step is  essential .

    Could you show me or tell me where I can find the related…

    • Answered
    • over 5 years ago
    • Software Tools
    • Arm Development Studio forum
  • Inline function attribute causes undefined symbol linking error

    Ryan Smoots
    Ryan Smoots

    Hello ARM Community,

    I am using DS-5 5.18.1. I have a C function which must be compiled inline to decrease latency of an FIQ handler. I referenced following document for syntax:

    http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0472k/chr1359124973480…

    • Answered
    • over 5 years ago
    • Software Tools
    • Arm Development Studio forum
  • ARM Compiler 6: Armclang

    caotianxiang
    caotianxiang
    1. ARM Compiler 6 uses armclang, but armclang can't use the intrinsic functions(like __qadd) that has used in the previous compiler.How can I get the optimization code? (Does the intrinsic functions are better than the our codes,what are the codes in the…
    • Answered
    • over 5 years ago
    • Software Tools
    • Arm Development Studio forum
  • arm-elf-gcc compiling for cortex-M4

    Jo Van Montfort
    Jo Van Montfort

    How to use GNU ARM binutils for cortex-M4? When I try to compile with -mcpu=cortex-M4 -march=armV7e-m I get 'bad value in switches'.

    • Answered
    • over 5 years ago
    • Software Tools
    • Arm Development Studio forum
  • Do Aarch64 char parameters and returns have the top undefined?

    daith
    daith

    If a char parameter is passed to a routine in Aarch64 is the top of the word undefined? and is the same true for if a char value is returned? I think the answer is yes but it would be good to be certain. This means if the char is used in some arithmetic…

    • Answered
    • over 5 years ago
    • Software Tools
    • Arm Development Studio forum
  • ARM compiler 6 problem with 32-bit machines. It only works for 64-bit machines. Please let me know how to overcome this problem in DS-5

    phalgun
    phalgun

    ARM compiler 6 is not compatible with 32- bit machines. How do i overcome this problem.

    • Answered
    • over 5 years ago
    • Software Tools
    • Arm Development Studio forum
  • arm r5 compiler config

    Patrick
    Patrick

    Hi All,

    Can we configure r5 compiler to turn of using LDM instructions. I just want to use multiple LD instructions instead of one LDM.

    Thanks in advance.

    Best,

    Patrick

    • over 5 years ago
    • Software Tools
    • Arm Development Studio forum
  • How to cross compile LLVM targeting arm on a laptop machine

    Haris
    Haris

    Hi,

    I would like to crete assembly and binaries from c code, targeting arm v7 architecture.

    I would like to use LLVM to do that. Is there any specific manual/documentation/website?

    Thank you

    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • Is it possible to compile the example of TrustZone for Cortex-A9 with a GNU compiler or the ARM is the only one usable?

    GUEZ
    GUEZ

    I'm trying to compile the VersatileExpress_TrustZone_Example with a GNU compiler and it's full of errors.

    I compiled the example with the ARM one ansd it worked perfectly but i only have a evaluation license to use it.

    So I would like to know if…

    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • armcc compile c   error  under DS-5 tool

    zg
    zg

    The example about c++ progran under DS-5 CPP directory is compiled by me with the armcc ,not gcc.  But there is an error when compile。

    Error: C3321E: automatic configuration failed - could not determine configuration from GCC

    make: *** [arm_linux_config…

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • GCC for ARMv7-A - Where can I get the latest version?

    Haris
    Haris

    Hello,

    I would like to download the GCC compiler for ARMv7-A. I would like it to support thumb and NEON instructions. Where can I get the latest version?

    Also, are there any other open source compilers that meet the above requirements?

    Thanks

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • Error: C9932E: Cannot obtain license for Compiler (feature compiler5) with license version >= 5.0201311

    kaushal
    kaushal

    Hello There,

    Recently I have bought Altera Cyclone V SoC 5CSXFC6D6F31C6 Development board and generate the license online.

    license shows in Help-->License Manager  with Green Check Mark , it seems that every thing is fine for further software development…

    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • unknown symbol __aeabi_uldivmod is causing my kernel module not to load. Any ideas as to why I'm seeing this? I am using gcc 4.7.2 for both the compilation of the kernel and the kernel module.

    Chris Adeniyi-Jones
    Chris Adeniyi-Jones

    I am compiling on an Exynos 5250-based board with Ubuntu filesystem.

    gcc -v

    Using built-in specs.

    COLLECT_GCC=gcc

    COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.7/lto-wrapper

    Target: arm-linux-gnueabihf

    Configured with: ../src/configure -v --with-pkgversion…

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • Gcc compiler/toochain for ARMv8 ?

    Shankar
    Shankar

    In open source which is gcc cross toolchian available which can support AARCH32 and AARCH64 based on –mabi flag ?

    In gcc documentation, supported values for –mabi are ilp32 and lp64. But when I tried linaro released toolchain crosstool-NG linaro…

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • Compiler support for arch v7 & arch v8

    techguyz
    techguyz

    Hi all,

    How about the GCC compiler support of ARM arch v8 has been given. Is it full fledged, with all the options provided by ARMCC or it needs to be updated yet in future. I mean support for armcc Vs gcc

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • q = vshll_n_s16(d, 16) is giving error in RVDS

    josephgopu
    josephgopu

    Hi all,

    when I write the Neon Intrinsic code as below

    int32x4_t q;

    int16x4_t d;

    some thing I loaded into d register

    q = vshll_n_s16(q, 16)

    when I tried to build the code, the compiler is throwing error as the supported shift range is 0-15 only....I'm using…

    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • View related content throughout Software Tools
  • More
  • Cancel
>