A few fixes for compilation errors due to recent address environment fixes

This commit is contained in:
Gregory Nutt
2014-08-22 15:55:00 -06:00
parent f7899c655a
commit e79d6e3c8b
7 changed files with 11 additions and 9 deletions
+3 -1
View File
@@ -144,4 +144,6 @@ stopper" before I gave up for now was during building dependencies:
ASlink-Error-<cannot open> : "bin/mm_initialize.rel"
Clearly there is something wrong with the command line options given to SDCC because it is
trying to compile and link when we really only want dependencies.
trying to compile and link when we really only want dependencies. I did not spend very much
time trying to solve the problem; I assume that it is not too difficult.