You
need to add your .o file as an external
library. So just follow the following steps:
- Go to Project Properties
- Under the Build->Linker options, add a library to the Libraries section
- Click 'Add Library File'
- Navigate to your .o file and select the absolute path option
- Clean and Rebuild
And
it's done.
No comments:
Post a Comment