Hi,
I have succesfully cross compiled libmad for ARM and now it is time for compiling minimad for ARM as well. I have 2 question really
1) When compiling minimad normally i do "gcc minmad.c -o mimimad -lmad". -lmad being the bit that tells gcc to use libmad dunring linking. How does -lmad relate to /usr/local/lib/libmad.a? When i try this using the cross compiler it fails.
2) I want to develop in Code Worrior for ARM. I have made a new project and added minimad to it. Then i added mad.h and the ARM compiled libmad.a to the include path. Now when i try to compile it comes up with loads of errors about not being able to open include files. I have tried adding each individual include file to the path but the list get longer as more files are included! Is there something fundamental i am missing out?
Thanks