Mercurial > hg > Members > kono > nitros9-code
diff ChangeLog @ 2767:51a38eaee97a
Thanks to Bill P for finding that wrong sys lib was being used in the level2/coco3/cmds/makefile
Renamed the level2/coco3/cmds/makefile to makefile_common
Then removed the the sys6809l1.l file from the makefile_common and then created a new makefile which would add this to the LFLAGS and then include makefile_common.
Found that level2/coco3_6309/cmds/makefile was including level2/coco3/cmds/makefile which means that it was also using sys6809l1.l as a linked in library. Updated level2/coco3_6309/cmds/makefile so that it includes level2/coco3/cmds/makefile_common and adds the sys6309l2.l using the LFLAGS option.
author | drencor-xeen |
---|---|
date | Thu, 17 Jan 2013 20:08:48 -0600 |
parents | 0bd16cca86b7 |
children | 57b3108c144d |
line wrap: on
line diff
--- a/ChangeLog Thu Jan 17 11:53:30 2013 -0600 +++ b/ChangeLog Thu Jan 17 20:08:48 2013 -0600 @@ -3,6 +3,32 @@ ---------------------------------------------------------- 2013/01/17 David Ladd M ChangeLog +M level2/coco3/cmds/makefile +M level2/coco3_6309/cmds/makefile +A level2/coco3/cmds/makefile_common + +Thanks to Bill P. for finding that the commands in +level2/coco3/cmds were being linked with sys6809l1.l when +they should have been being linked with sys6809l2.l . +Also found that the level2/coco3_6309/cmds were also +using the makefile from the level2/coco3/cmds so that +section was also using the sys6809l1.l for linking. + +Renamed level2/coco3/cmds/makefile to makefile_common then +created a new makefile which calls makefile_common then +does a LFLAGS += -l=$(NITROS9DIR)/lib/sys6809l2.l +and then removed the -l=$(NITROS9DIR)/lib/sys6809l1.l from +the makefile_common. + +Then updated the level2/coco3_6309/makefile to include +level2/coco3/cmds/makefile_common rather than makefile. +Then added to level2/coco3_6309/makefile the new line +LFLAGS += -l=$(NITROS9DIR)/lib/sys6309l2.l +and should fix any lose ends there. + +---------------------------------------------------------- +2013/01/17 David Ladd +M ChangeLog M rules.mak Updated the rules.mak so that all os9 format commands will