This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

pdb and pm undefined reference

Trying to compile the HRS example using SDK12 using Eclipse. Getting a lot of undefined reference errors under the peer_manager folder for pdb_ and pm_functions such as these lines:

gatts_cache_manager.c: err_code = pdb_raw_store(m_current_sc_store_peer_id, &peer_data, NULL);

peer_id.c: pm_mutex_init(m_pi.used_peer_ids, PM_PEER_ID_N_AVAILABLE_IDS);

Any ideas?

Thanks!

Parents
  • The problem is most likely that the CDT output parser is not parsing the compiler commands from the Makefile output. Please try to implement the changes I suggested in this thread.

Reply
  • The problem is most likely that the CDT output parser is not parsing the compiler commands from the Makefile output. Please try to implement the changes I suggested in this thread.

Children
No Data