• .\Objects\Adc1.axf: Error: L6200E: Symbol rb multiply defined (by lpc_syetem_init.o and main.o)
    Hi, I have a main.c file as follows: #include "lpc_system_init.h" int main(void) { uint32_t adc_value; System_Init(); // Initialize System while(1) { // Start conversion ADC_StartCmd(LPC_ADC...
  • .\Objects\Adc1.axf: Error: L6200E: Symbol rb multiply defined (by lpc_syetem_init.o and main.o)
    Hi, I have a main.c file as follows: #include "lpc_system_init.h" int main(void) { uint32_t adc_value; System_Init(); // Initialize System while(1) { // Start conversion ADC_StartCmd(LPC_ADC...
  • blink.axf: Error: L6200E: Symbol os_thread_def_blink_LED multiply defined (by led.o and main.o).
    hello, Error: L6200E: Symbol os_thread_def_blink_LED multiply defined (by led.o and main.o)..i have declared the variable led.h header file. and included the same header file in all the sub files
  • blink.axf: Error: L6200E: Symbol os_thread_def_blink_LED multiply defined (by led.o and main.o).
    hello, Error: L6200E: Symbol os_thread_def_blink_LED multiply defined (by led.o and main.o)..i have declared the variable led.h header file. and included the same header file in all the sub files
  • UART\UART.axf: Error: L6200E: Symbol nav_code multiply defined (by sim_900_nav.o and main.o)
    Im getting this error and after googling i cannot find a precise solution for my question. here is my main.c /* Includes ------------------------------------------------------------------*/ #include...