I download the sample code for uart frame work: an-r11an0192eu0102-synergy-uart-comms-fmwk-mod-guide
Then import the project, but get some error when compile:
-MF"synergy/ssp/src/driver/r_sci_uart/r_sci_uart.d" -MT"synergy/ssp/src/driver/r_sci_uart/r_sci_uart.o" -c -o "synergy/ssp/src/driver/r_sci_uart/r_sci_uart.o" -x c "../synergy/ssp/src/driver/r_sci_uart/r_sci_uart.c"
ERROR: Failed to read license file
synergy/ssp/src/framework/sf_uart_comms/subdir.mk:18: recipe for target 'synergy/ssp/src/framework/sf_uart_comms/sf_uart_comms.o' failed
make: *** [synergy/ssp/src/framework/sf_uart_comms/sf_uart_comms.o] Error 1
make: *** Waiting for unfinished jobs....
'Finished building: ../synergy/ssp/src/driver/r_sci_uart/r_sci_uart.c'
Then I installed the license again, generate the project content again, compiled again, but still get the same error.
Does any one know wath's the root cause and how to solve it?