Difference between revisions of "Playing With PIC Pack"

From OpenCircuits
Jump to navigation Jump to search
Line 13: Line 13:
 
[http://embeddedadventures.blogspot.com/2008/04/4compilers.html part4]
 
[http://embeddedadventures.blogspot.com/2008/04/4compilers.html part4]
  
== more ==
 
  
  
5. Your first pic program
+
 
 +
== 5. Your first pic program ==
 +
 
 +
[http://embeddedadventures.blogspot.com/2008/04/5-your-first-pic-program.html part5]
  
 
Jan 11 2009:
 
Jan 11 2009:
  
[http://embeddedadventures.blogspot.com/2008/04/5-your-first-pic-program.html part5]
+
 
  
 
said: adventures\flash  try instead: demos\flasher  think this is were it is now  
 
said: adventures\flash  try instead: demos\flasher  think this is were it is now  
Line 32: Line 34:
 
Then had error finding C:\Source\Electronics\MicroController\Pic\PicPack\demoCopy\flasher\flasher.c(7): Unable to open include file: pic_utils.h
 
Then had error finding C:\Source\Electronics\MicroController\Pic\PicPack\demoCopy\flasher\flasher.c(7): Unable to open include file: pic_utils.h
  
this is because I had moved the project, need to keep the relative locations of...  
+
this is because I had moved the project, need to keep the relative locations of... demos and pic_pack_lib unchanged
  
  

Revision as of 15:15, 11 January 2009

start

recording some experiences playing with pic pack, not linked into site unless it seems useful

could not find beginning of blog, best I got was part 13, googling let me find welcome finally got the archive for 08 to open,


part1

part2

part3

part4



5. Your first pic program

part5

Jan 11 2009:


said: adventures\flash try instead: demos\flasher think this is were it is now

no mention of target, i left it at: 16f88

said building... but then nothing? I am using 6.90

tried compile and got error locating the compiler, so I pointed to mine, problem was I did not keep mine in the normal location, all users shuld check this setting

Then had error finding C:\Source\Electronics\MicroController\Pic\PicPack\demoCopy\flasher\flasher.c(7): Unable to open include file: pic_utils.h

this is because I had moved the project, need to keep the relative locations of... demos and pic_pack_lib unchanged


[ part1x]

[ part1x]