Project

General

Profile

Actions

Bug #13431

closed

rdsib: multiply-defined symbols

Added by Toomas Soome over 2 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
driver - device drivers
Start date:
Due date:
% Done:

100%

Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:

Description

Build errors with gcc 10:

    ld: fatal: symbol 'rds_dpool' is multiply-defined:
            (file obj64/rdsib.o type=OBJT; file obj64/rdsib_ib.o type=OBJT);
    ld: fatal: symbol 'rds_cpool' is multiply-defined:
            (file obj64/rdsib.o type=OBJT; file obj64/rdsib_ib.o type=OBJT);
    ld: fatal: symbol 'rds_dpool' is multiply-defined:
            (file obj64/rdsib.o type=OBJT; file obj64/rdsib_cm.o type=OBJT);
    ld: fatal: symbol 'rds_cpool' is multiply-defined:
            (file obj64/rdsib.o type=OBJT; file obj64/rdsib_cm.o type=OBJT);
    ld: fatal: symbol 'rds_dpool' is multiply-defined:
            (file obj64/rdsib.o type=OBJT; file obj64/rdsib_ep.o type=OBJT);
    ld: fatal: symbol 'rds_cpool' is multiply-defined:
            (file obj64/rdsib.o type=OBJT; file obj64/rdsib_ep.o type=OBJT);
    ld: fatal: symbol 'rds_dpool' is multiply-defined:
            (file obj64/rdsib.o type=OBJT; file obj64/rdsib_buf.o type=OBJT);
    ld: fatal: symbol 'rds_cpool' is multiply-defined:
            (file obj64/rdsib.o type=OBJT; file obj64/rdsib_buf.o type=OBJT);
    ld: fatal: file processing errors. No output written to obj64/rdsib

Testiong done: build/install/boot.

Actions #1

Updated by Electric Monk over 2 years ago

  • Gerrit CR set to 1151
Actions #2

Updated by Toomas Soome over 2 years ago

  • Description updated (diff)
Actions #3

Updated by Electric Monk over 2 years ago

  • Status changed from In Progress to Closed
  • % Done changed from 90 to 100

git commit a35d0bb9919a1ab99b0305e759552bef6a8bd053

commit  a35d0bb9919a1ab99b0305e759552bef6a8bd053
Author: Toomas Soome <tsoome@me.com>
Date:   2021-01-26T19:31:31.000Z

    13431 rdsib: multiply-defined symbols
    Reviewed by: Igor Kozhukhov <igor@dilos.org>
    Reviewed by: Andrew Stormont <andyjstormont@gmail.com>
    Approved by: Dan McDonald <danmcd@joyent.com>

Actions

Also available in: Atom PDF