Page 3 of 3

Posted: Tue Feb 03, 2009 4:44 pm
by betterthanever
[quote="krishna81"]No, I did not moved .o file to any where.but my make file copying file to prior directory.[/quote]

did you compile with the same compiler options as in the project settings??

Posted: Fri Feb 06, 2009 10:24 am
by mhester
Please make sure that in your routine definition that you have added a fully qualified pathname pointing to your .o or .so. If you have then make sure that you have the correct permissions on the library or object. you could put the object/library in the search path by putting it in PXEngine/usr_lib and then you should be fine with just putting in the name of the library or object.