If you use -xcode=pic32 for executables... what bad? things happen
The man page for CC is quite clear on why you should use pic13 or pic32 when you make .o's for dynamic libraries, however for abs 32/44/64 it just says: use one of those for executables and DONT use pic32 or pic13.
The short summary of why I am asking my question is the code/baseline I am working on currently uses -xcode=pic32 for all compilation of code for libraries AND executables, and it would be a pain to change it to do the "right" thing. The executables currently run... but is there a hidden problem here that may cause executables to crash sometimes or perhaps run slower?
Mordsith
Message was edited by:
Mordsith

