Hi,
I don't find the doc but I've found it on the web at the link:
http://wenku.baidu.com/view/5b837506cc1755270722087a
Have a great day,
Pascal Irrle
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hello!
I have now reshaped my directory structure so I’m no longer forced to use ../ . When only using ./, relative paths are not a problem.
Some other problems. When starting to convert the make file from TN 251 for my purposes the make file still had the ability to only recompile changed .c files but somewhere I seem to have lost this feature. This means that all files are recompiled and linked even if nothing has changed.
I wonder if the dependency file and the –Lm and –LmCfg options have any connection to this feature??
My compiler settings:
CCFLAGS_COMMON= -CpPPAGE=RUNTIME -Lm=$(DEP_LIST_FILE) -LmCfg=ilmu $(ENVOPTIONS) -D_HCS12 -D__NO_FLOAT__ -D_8_FUNC_SYS -La=%f.inc -Lasm=%n.lst
-Mb -TuC -WmsgSd2705 -WmsgSd6000 $(ENVOPTIONS)
At some point I had to move the position of the dependency file, otherwise the compiler could not find it. Are there any rules for where the dependency file should be stored?
//BAN
/BAN