From cd3ebefc82d9e137a087f217487f94e01d80fc0e Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 22 Aug 2014 15:55:00 -0600 Subject: [PATCH] A few fixes for compilation errors due to recent address environment fixes --- configs/p112/README.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configs/p112/README.txt b/configs/p112/README.txt index 27dcf6727be..6e427bbe032 100644 --- a/configs/p112/README.txt +++ b/configs/p112/README.txt @@ -144,4 +144,6 @@ stopper" before I gave up for now was during building dependencies: ASlink-Error- : "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. +