Hey Dave, So I can think those files generate .o listed in moz.build will be compiled into libxul.so. Is this correct?
I currently have a file listed in moz.build and this file has its own .o file (say abcd.o). I assume this abcd.o file will be linked to the codes which need functions in abcd.o. However, the compilation failed and it shows "undefined reference to xxxx". My understanding is this should not happen since libxul.so has been loaded when the system completes its boot up. Can you teach me why this happened and how to fix it in anyway? Thanks _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
