HI guys

had an need to preload a pic with an include , that has a lot of preset serial strings and other data that the pic processes and then places the data into external flash chip in the areas and format needed

the problem is the include is now bigger than the pic can handle and exceed the complie size for the pic(128k)

simple answer is just devide the include into smaller parts , and then load /compile smaller includes files
how ever management of the include when i need to add/ change things is a bit of pain as well when having to deal with multi files of the same base large include

but would be nice to keep the large include as 1 file and allow the compiler to take selected sections of it to the max compile size and then generate multi hex files

is that at all possible

cheers

Sheldon