Now the PIC port DOESN'T spew debug info by default.
[fw/sdcc] / src / pic / main.c
index 346ffa9886d21930eb4e30be7abccca93edb1d24..8669abd9a161cbc974da7a7f74179c2b4812d1db 100644 (file)
@@ -208,9 +208,13 @@ static const char *_linkCmd[] =
   "aslink", "-nf", "$1", NULL
 };
 
+/* Sigh. This really is not good. For now, I recommend:
+ * sdcc -S -mpic14 file.c
+ * the -S option does not compile or link
+ */
 static const char *_asmCmd[] =
 {
-  "gpasm", NULL, NULL, NULL
+  "gpasm", "-c  -I /usr/local/share/gpasm/header", "$1.asm", NULL
 
 };