Skip to main content
TARHAN SAMAH
Senior
August 16, 2018
Question

İF İ ADD İWDT to my project İN CUBE MX v4.26.0 --L6200E

  • August 16, 2018
  • 4 replies
  • 1080 views

HELLO ive created a project in cubemx v4.22. later i changed to new version i mean i downloaded the v 4.24.0 if i add iwdt then i get the project it doesnt compile ,

igot this error

compiling system_stm32f1xx.c...

linking...

ROVER_LORA\ROVER_LORA.axf: Error: L6200E: Symbol SystemCoreClock multiply defined (by system_stm32f1xx_1.o and system_stm32f1xx.o).

ROVER_LORA\ROVER_LORA.axf: Error: L6200E: Symbol AHBPrescTable multiply defined (by system_stm32f1xx_1.o and system_stm32f1xx.o).

ROVER_LORA\ROVER_LORA.axf: Error: L6200E: Symbol APBPrescTable multiply defined (by system_stm32f1xx_1.o and system_stm32f1xx.o).

ROVER_LORA\ROVER_LORA.axf: Error: L6200E: Symbol SystemInit multiply defined (by system_stm32f1xx_1.o and system_stm32f1xx.o).

ROVER_LORA\ROVER_LORA.axf: Error: L6200E: Symbol __asm___18_system_stm32f1xx_c_5d646a67____REV16 multiply defined (by system_stm32f1xx_1.o and system_stm32f1xx.o).

ROVER_LORA\ROVER_LORA.axf: Error: L6200E: Symbol __asm___18_system_stm32f1xx_c_5d646a67____REVSH multiply defined (by system_stm32f1xx_1.o and system_stm32f1xx.o).

ROVER_LORA\ROVER_LORA.axf: Error: L6200E: Symbol __asm___18_system_stm32f1xx_c_5d646a67____RRX multiply defined (by system_stm32f1xx_1.o and system_stm32f1xx.o).

ROVER_LORA\ROVER_LORA.axf: Error: L6200E: Symbol SystemCoreClockUpdate multiply defined (by system_stm32f1xx_1.o and system_stm32f1xx.o).

Not enough information to list image symbols.

Not enough information to list the image map.

Finished: 2 information, 0 warning and 8 error messages.

"ROVER_LORA\ROVER_LORA.axf" - 8 Error(s), 1 Warning(s).

what is wrong , what should i do ?? help needed

    This topic has been closed for replies.

    4 replies

    Tesla DeLorean
    Guru
    August 16, 2018

    >>what is wrong , what should i do ?? help needed

    You have two different copies of the system_stm32f*.c files in your project, remove ONE

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    TARHAN SAMAH
    Senior
    September 4, 2018

    THANKS

    sureshsupriiiiii
    Visitor II
    December 5, 2018

    linking...

    Error: L6200E: Symbol SystemInit multiply defined (by system_stm32l4xx_1.o and system_stm32l4xx.o).

    Error: L6200E: Symbol __asm___18_system_stm32l4xx_c_5d646a67____REV16 multiply defined (by system_stm32l4xx_1.o and system_stm32l4xx.o).

    Error: L6200E: Symbol __asm___18_system_stm32l4xx_c_5d646a67____REVSH multiply defined (by system_stm32l4xx_1.o and system_stm32l4xx.o).

    Error: L6200E: Symbol __asm___18_system_stm32l4xx_c_5d646a67____RRX multiply defined (by system_stm32l4xx_1.o and system_stm32l4xx.o).

    Error: L6200E: Symbol AHBPrescTable multiply defined (by system_stm32l4xx_1.o and system_stm32l4xx.o).

    Error: L6200E: Symbol APBPrescTable multiply defined (by system_stm32l4xx_1.o and system_stm32l4xx.o).

    Error: L6200E: Symbol MSIRangeTable multiply defined (by system_stm32l4xx_1.o and system_stm32l4xx.o).

    Error: L6200E: Symbol SystemCoreClock multiply defined (by system_stm32l4xx_1.o and system_stm32l4xx.o).

    Error: L6200E: Symbol SystemCoreClockUpdate multiply defined (by system_stm32l4xx_1.o and system_stm32l4xx.o).

    Not enough information to list image symbols.

    I have also same problem..I got these errors after code generation through stm32cubemx . I have changed the Stm32cubemx version. That is iam getting this errors. i can solve this using previous version but i want to keep my code portable to any upcoming versions.

    MKass.1
    Associate
    August 24, 2021

    Did you get an answer to your problem, I am having the same issue.