• C代码中内嵌汇编代码问题,大家帮忙看看。

    caotianxiang
    caotianxiang

    1、Arm compiler 6 下target分为两种:aarch64-arm-none-eabi(对应AArch64执行状态)和armv8a-arm-none-eabi(对应AArch32执行状态),当target设置为aarch64-arm-none-eabi时无法使用内嵌汇编指令QADD、QADD16等,当target设置为armv8a-arm-none-eabi时可以使用内嵌汇编指令QADD、QADD16等,这应该是和两种执行状态各种的指令集相关,但是前面提前的可以编译时在Debug下…

    • over 5 years ago
    • 中文社区
    • 中文社区论区
  • Facing issues while using debugger ARMAEMv8-A_MP_0 on DS5. How to solve it?

    Nabaneeta
    Nabaneeta

    I am using ARM DS5 Ultimate Edition (Version 5.18.0)

    Target aarch64-arm-none-eabi is being used for compilation.
    I am trying to run the .axf on ARMAEMv8-A_MP_0.
    While running the .axf I am getting this error:-
    ERROR(CMD426): Cannot find symbol to start or…

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • ARMv8 Foundation Model GICv2 Address Map Overlap?

    Bill Peckham
    Bill Peckham

    Hi,

    I'm looking at the ARMv8 Foundation Model User Guide (ARM DUI 0677C). In section 3.1, Memory Map, the following data appears regarding the address of GICv2 registers:

    0x00_2C00_0000 0x00_2C00_1FFF, GIC Physical CPU interface, GICC, 8KB

    0x00_2C00_1000…

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • question about bootloader for ARMv8 vexpress64 FPGA board

    chinatiger
    chinatiger

    hi, experts:

    It seems ARM Ltd recommended UEFI firmware as default bootloader for ARMv8 architecture.

    And not find any released ARMv8 CPU development board.

    So, I want to buy an ARMv8 vexpress64 FPGA board.

    I have 2 questions about this development board…

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • why Foundation Model can not produce Address size fault,Translation fault, Access flag fault?

    Adam
    Adam

    Hi,

         I  want  to produce an exception in Foundation Model to test my ARMV8 U-boot. But when I set AF bit to 0 in last level page table entry, and want to produce an Access Flag exception, it failed, the same happened to Address size fault and Translation…

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • 替64 bit系统增加助力 ARM推Juno开发平台

    wangyong
    wangyong

    使用最新一代的 ARM 架构与 Linaro 开发工具支持,有助与开发者针对新架构特色优化与评估。

    ARM 日前宣布推出了使用最新 Cortex 产品为基底的开发版,名为 Juno。

    Juno 的推出将有助于开发者可以有实际的硬件,去进一步发掘新架构架构的优势;而对于架构商来说,也有助于将新架构去推销给其它芯片制造商。

    1.jpg

    Juno 开发平台在硬件上基本上是用上 ARM 目前最先进的架构,在 Juno SoC 内使用 ARMv8 微架构的 Cortex-A57 两颗、Cortex-A53 四颗,支持 big…

    • over 5 years ago
    • 中文社区
    • 中文社区博客
  • A 21st Century Compiler for 64-bit Architecture

    Michelle Page-Croft
    Michelle Page-Croft

    ARM Compiler 6 is now available, bringing to you a modern, extensible compiler architecture for the next generation of ARM processors. Version 6 of the ARM Compiler adopts the Clang and LLVM compiler framework, which is swiftly gaining momentum as the…

    • over 6 years ago
    • Software Tools
    • Tools, Software and IDEs blog