I have an issue which I strictly believe is related to the Contiki build setup, yet I would appreciate any additional info or confirmations before diving into the makefiles and depths of ccxxxxware:
I am trying to use the ti_lib_i2c_int_register() (i.e. I2CIntRegister() from ccxxxxware), however I get an undefined reference from the linker. Similarly, If I set DRIVERLIB_NOROM and try to build e.g. the examples/cc26xx, I get "undefined reference to `NOROM_TimerConfigure'". Are anyone able to provide additional insights on this and whats particular with these functions - and any suggested solution?
Andreas