clang - How do you debug missing symbols as reported by linker especially of compiler __builtin* functions? -


i keep getting following error linker:

undefined symbols architecture armv7:   "___clear_cache", referenced from: 

however when following,

#if __has_builtin(__clear_cache) #error clear cache defined #endif 

i confirmation:

/users/myhome/projects/proofofconcept/coreengine/icache.c:66:2: error: clear cache defined 

the code written in standard c, , using gnu make & clang. thanks.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -