This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/CC2640R2F: Port CC2650 project to CC2640R2F

Part Number: CC2640R2F
Other Parts Discussed in Thread: CC2650

Tool/software: TI C/C++ Compiler

HI,

i'm currently porting our projects form the CC2650 to the CC2640R2F with the new stack. The stack part of the project is already building properly, but I get three linker errors and I don't know how to resolve these:

 undefined                   first referenced                  
  symbol                         in file                       
 ---------                   ----------------                  
 GATTServApp_RegisterService ./PROFILES/beacon_gatt_profile.obj
 osal_snv_read               ./Flash/flash.obj                 
 osal_snv_write              ./Flash/flash.obj  

These files are custom created files.. But I don't know how to go from there.
Any suggestions?