OpenCORE as part of OHA is to support for Android, not on any general platform. PV's build system is provided to make things easier for folks who want to work with/learn opencore.git. Making changes to the PV specific build components is not anticipated. (1) Again, I suggest you to build your own shared libraries for the new components that you are adding. (2) You can still use the Android environment and build for your host pc. [[lunch 2 should build the simulator....which is for the native gcc toolchain]].
-Ravi On Feb 23, 8:44 pm, gtxia <[email protected]> wrote: > This is just a nightmare to modify the two files by manually, I try to > modify many variables, but I can not build my own added directories. I > have added five directories into fileformats, nodes, audio, omx, > recognizer/plugins. Someone can give me some hits what kind of > variables should be modified in these two files. Thanks. > > Regards > > XiaGuangTai > > 2009-2-24 > > On Feb 21, 12:55 am, rktb <[email protected]> wrote: > > > You would need to look at build_config/opencore_dynamic/pv_config.h > > and build_config/opencore_dynamic/pv_config_derived.mk to see how the > > makefiles get picked up as part of the PV build system. These files > > are typically auto-generated, but you could probably hand-edit them > > for your testing. > > > Ideally, new components that you would write should be dynamically > > loadable. That way, you can build your component outside of PV > > framework. Please refer "external/opencore/modules/" to see how the > > mp4 parser/node/recognizer is being dynamically loaded. > > > -Ravi > > > On Feb 20, 1:06 am, gtxia <[email protected]> wrote: > > > > Hello rktb. Thanks for your respond > > > > The original directories in the OpenCore can be compiled according to > > > this document, but the problem is that I added directories can not be > > > compiled. I try to find out which configure file that I must modify, > > > but I fail. > > > > Regards > > > > XiaGuangTai > > > > On Feb 20, 2:29 pm, rktb <[email protected]> wrote: > > > > > external/opencore/quick_start.txt > > > > > On Feb 19, 11:08 pm, gtxia <[email protected]> wrote: > > > > > > Hello all. > > > > > > I have added many directories such as ../fileformat/xxx, ../ > > > > > pvmi/recognizer/plugins/xxx with the original directory with three > > > > > sub- > > > > > directories and Android.mk in the OpenCore. When I build them for > > > > > target, they are compiled rightly, but when I make the OpenCore for > > > > > PC, they are not compiled at all, Could you someone can tell me which > > > > > configure file or files must be modified? Appreciating for any hints. > > > > > > Regards > > > > > > XiaGuangTai > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-framework?hl=en -~----------~----~----~----~------~----~------~--~---
