Mercurial > hg > Members > kono > nitros9-code
comparison 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 |
comparison
equal
deleted
inserted
replaced
2766:947ed392ce63 | 2767:51a38eaee97a |
---|---|
1 NitrOS-9 V3.2.9: | 1 NitrOS-9 V3.2.9: |
2 | |
3 ---------------------------------------------------------- | |
4 2013/01/17 David Ladd | |
5 M ChangeLog | |
6 M level2/coco3/cmds/makefile | |
7 M level2/coco3_6309/cmds/makefile | |
8 A level2/coco3/cmds/makefile_common | |
9 | |
10 Thanks to Bill P. for finding that the commands in | |
11 level2/coco3/cmds were being linked with sys6809l1.l when | |
12 they should have been being linked with sys6809l2.l . | |
13 Also found that the level2/coco3_6309/cmds were also | |
14 using the makefile from the level2/coco3/cmds so that | |
15 section was also using the sys6809l1.l for linking. | |
16 | |
17 Renamed level2/coco3/cmds/makefile to makefile_common then | |
18 created a new makefile which calls makefile_common then | |
19 does a LFLAGS += -l=$(NITROS9DIR)/lib/sys6809l2.l | |
20 and then removed the -l=$(NITROS9DIR)/lib/sys6809l1.l from | |
21 the makefile_common. | |
22 | |
23 Then updated the level2/coco3_6309/makefile to include | |
24 level2/coco3/cmds/makefile_common rather than makefile. | |
25 Then added to level2/coco3_6309/makefile the new line | |
26 LFLAGS += -l=$(NITROS9DIR)/lib/sys6309l2.l | |
27 and should fix any lose ends there. | |
2 | 28 |
3 ---------------------------------------------------------- | 29 ---------------------------------------------------------- |
4 2013/01/17 David Ladd | 30 2013/01/17 David Ladd |
5 M ChangeLog | 31 M ChangeLog |
6 M rules.mak | 32 M rules.mak |