• 使用arm-linux-gnueabihf-as出现Error: bad instruction `endfunc'

    video_expert
    video_expert

    我看了asm.S (ffmpeg中的文件),有如下代码:

    .macro  function name, export=0, align=2

            .set            .Lpic_idx, 0

            .set            .Lpic_gp, 0…

    • over 5 years ago
    • 中文社区
    • 中文社区论区
  • Why doesn't Eclipse for DS-5 Indexer detects the "__asm" keyword and armcc compiler predefined macros?

    Yaniv
    Yaniv

    Using Eclispe for DS-5 and compiler version 5.05, I get a problem in editing my project source files in the Eclipse Editor. It happens that the Indexer does not recognise the compiler's predefined macros, like "__arm__". This causes numerous…

    • over 5 years ago
    • Software Tools
    • Arm Development Studio forum
  • uVision4 simulator

    Gert
    Gert

    Finally have typed a first ASM test prog that compiles.

    If I start the debugger msg: 'ULINK not found'. I have

    no ULINK and want to simulate. HOW?

    • over 5 years ago
    • Software Tools
    • Arm Development Studio forum
  • table in arm asm

    Umesh Pandey
    Umesh Pandey

    Hi,

    I am currently using ARMv8 DS-5 for development and am unable to find how to define and initialize the variable in arm asm. Specifically, I want to define the following constant variable in asm file:

    const  Word16 tbl[4][8] =

    {

        {   0,   0,  …

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • ASM-Files, possible to generate an error message like #error xxxx in .c-files?

    Volker Kugler
    Volker Kugler

    Hello,

    i want to generate an error message if a define was not present, like here:

    IF :DEF:CORTEX
       add   r3, r3, #3   ;//! Correct the value in R3

        ELSE

        IF :DEF:ARM7
        ELSE

         …

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum