We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Why I can't Build?
Rebuild target 'Target 1' compiling UART_main.c... UART_main.c(107): warning C316: unterminated conditionals compiling ser.c... linking...
*** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS SEGMENT: ?PR?SER0_GET_LINE?SER
*** ERROR L105: PUBLIC REFERS TO IGNORED SEGMENT SYMBOL: SER0_TX_STR SEGMENT: ?DT?SER
Perhaps you can paste the code, with PRE tags, that uses/defines the symbol the linker is complaining about? SER0_TX_STR?
i can't fix'it. show your code and the EXACT COMPLETE error message
As I said before, there is a good chance that your code is messed-up due to the first error:
warning C316: unterminated conditionals
So you really should fix that first.
"i can't fix it"
There is little point trying to fix it until you have the earlier error sorted-out!