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.

CC2640R2F: Combined compilers BIM+STACK[TI compiler] + APP [GCC compiler]

Part Number: CC2640R2F
Other Parts Discussed in Thread: BLE-STACK

Example of compiler combination that I tried so far:

  1. bim_oad_offchip_cc2640r2lp_app compiler: TI v18.12.1.LTS compier
  2. simple_peripheral_cc2640r2lp_stack compiler: TI v18.12.1.LTS compier
  3. simple_peripheral_cc2640r2lp_app compiler: GNU v7.2.1 (Linaro)

Compilation of the #3rd project fails with:

#error "DeviceFamily_XYZ undefined. You must defined DeviceFamily_XYZ!"

Is this allowed compilation but it needs more defined compilation options or that not allowed?