#Lattice bug?
Brent:
I noticed that warning message in LC too, but like Bob I haven't seen that
it caused a problem yet.
Something that is more of a nuisance that I don't recall seeing in 3.10 is
that if I compile modules with different -a directives and then try to link
them, Blink complains about unmerged data segments or something like that and
won't link the modules. E.g. I had a main module with data that had to be in
chip memory, and compiled it -ad, and compiled the other modules with no -a
option because the data did not have to be in chip memory. Did not have to do
this with 3.10 and the older version of blink.
Anyone know of a better way to handle this than recompiling all the modules
the with -ad?
Regards,
…Mark…