Hi, i'm currently working on a makefile project for a pic24 device. i can compile using xc16-gcc, no problem, all my object files are created by the compiler. The next thing i want to do is link the object files together to a .out file.The problem I am ex..
↧