diff code_part1/OSTC_code_asm_part1/docu/README.txt @ 193:652e17b6267a

Minor fixes.
author JeanDo
date Sat, 12 Feb 2011 01:16:47 +0100
parents c8816e4bc724
children ba5309c01dd7
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/docu/README.txt	Fri Feb 11 23:39:35 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/docu/README.txt	Sat Feb 12 01:16:47 2011 +0100
@@ -36,10 +36,17 @@
      (or use the .c instead of the .o if you have the C18 compiler)
 
    - If you want to compile C code, configure it:
-     Project > Build Options... > Project > MPLab C18
+     Menu: Project > Build Options... > Project > MPLab C18
          General: Default storage = Overlay (-sco)
          Optimization: Enable all
 
+   - Make sure the IDE is configured to find the clib.lib file
+     (needed even with pé_deco.o)
+     Menu : Project > Build Options ... > Project > Directories
+         Set «Search Directories» for : «Library Seach Path» to the path of the 
+             “clib.lib” file (in c:\Program Files\Microship\MCC18\lib in my case)
+         Set «Build Directory Policy» to «Assemble/Compile in source-file directory, link in output directory»
+
  - Hit F10 to recompile everything.
    --> You should get a .hex file where you saved your project.