rwskinner
Joined: 08 Dec 2006 Posts: 125 Location: Texas
|
Bootloader and CCS |
Posted: Tue Dec 19, 2006 6:41 pm |
|
|
Why doesn't CCS put a compiler directive in there like the other folks do?
#Define Bootloader True
Void Main()
{
My Application...
}
And then let the compiler place the users program where it needs to go automatically.
With Compilers like PBPro and a couple of others it's all handled automatically. Nothing to it. You can't screw it up unless you do some serious modifications to loader.c |
|