hi all, I was stuck up with some issues amidst my application porting on gcc/linux on BeagleBoard(ARM). Could you kindly look into the activities I have undergone as per this assignment, as mentioned below. 1.I have compiled OpenMax Signal processing libraries using arm tool chain(RVDS 4.0) and created object files. I’m linking .objs of OpenMax along with other ‘c’ files in my application on linux using gcc. I am getting “undefined references” to assembly functions of OpenMax in my application. (I assume that .objs from arm-cc and arm-gcc should be compatible). 2.I have also started converting OpenMax libraries from arm-cc format to gcc assembly format(GAS) ,but still facing the same errors. Could you please suggest me any hints/solution to address my requirement. Also please let me know if you have any other workaround for my problem. Thanks & regards suvir