This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

error: #5: cannot open source input file "absacc.h": No such file or directory include

Hello , i have this error so when i fix it i download a absacc.h and i re compile my project i have this new error "error:  #1059-D: an entity with internal linkage cannot be referenced within an inline function with external linkage" i use Keil uVision 

Parents
  • the absacc.h is 

    /

    /* absacc.h: header file that allows absolute variable location at C level */
    /* Copyright 2006-2007 ARM Limited. All rights reserved. */
    /* version 1.01 */


    #ifndef __at
    #define __at(_addr) __attribute__ ((at(_addr)))

    #endif

    #ifndef __section
    #define __section(_name) __attribute__ ((section(_name)))

    #endif

    /

Reply
  • the absacc.h is 

    /

    /* absacc.h: header file that allows absolute variable location at C level */
    /* Copyright 2006-2007 ARM Limited. All rights reserved. */
    /* version 1.01 */


    #ifndef __at
    #define __at(_addr) __attribute__ ((at(_addr)))

    #endif

    #ifndef __section
    #define __section(_name) __attribute__ ((section(_name)))

    #endif

    /

Children
No data