*.o files need to be unique within a link image, else the debugger will not properly show symbols from the modules with the name clash.
plot.o was being linked in twice, once as a bitmap. find.o was being linked in twice, once as a bitmap.
This commit is contained in:
parent
46ccc128fa
commit
7f897c3caf
|
@ -92,7 +92,7 @@ OBJECTS = \
|
|||
export.o\
|
||||
File_FootPrint.o\
|
||||
fill_zone.o\
|
||||
find.o\
|
||||
find_xpm.o\
|
||||
Flag.o\
|
||||
Fonts.o\
|
||||
Footprint_Text.o\
|
||||
|
@ -212,7 +212,7 @@ OBJECTS = \
|
|||
pin.o\
|
||||
plot_HPG.o\
|
||||
plot_PS.o\
|
||||
plot.o\
|
||||
plot_xpm.o\
|
||||
polar.o\
|
||||
Post_Compo.o\
|
||||
Post_Drill.o\
|
||||
|
|
Loading…
Reference in New Issue