Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - cache_init(): (2 Items)
   
cache_init()  
One more question today, hopefully last :)


The online reference for 6.5.0 says: This function was added in QNX Momentics 6.3.0 SP2 and it should be there in 6.5.0

but when i compile i get: undefined reference to cache_init()

I try to include '-l cache' to my 'qcc' option, no luck

I check my
C:\QNX650\target\qnx6\armle-v7\lib
I do not see a 'libcache.so'

Any idea to how access this cache function?

There are lots of CACHE_FLUSH and CACHE_INVAL in our driver

Thanks!
Re: cache_init()  
issue RESOLVED
added 'cache' to properties -> linker -> extra libraries
instead of using '-l cache' as linker option