We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
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)))