Moved: Reply To: NRF51X22 DFU support in examples

Sysprogs forums Forums VisualGDB Moved: Reply To: NRF51X22 DFU support in examples

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7424
    JakeSays
    Participant

    I am seeing this same issue using the Raspberry Pi toolchain:

    1>C:\BitBucket\ftk\src\ftk.c(96): error VGDB1001: multiple definition of `ftk_deinit'
    1> Debug/ftk.o:C:\BitBucket\ftk/src/ftk.c:96: first defined here
    1> Debug/ftk.o: In function `ftk_init':
    1> ftk.c:(.text.ftk_init+0x0): multiple definition of `ftk_init'
    #7433
    support
    Keymaster

    Hi,

    Please check your link command line in the build output. Does it include the ftk.o file twice? If yes, please ensure that you don’t have two different ftk.c files in your project.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.