Hi, The binary built are x86, but the player engine test can not executed. There is always a segmentation fault is reported. Does anyone run the test on emulator successfully?
Best Regards Jason On Nov 28, 5:40 am, rktb <[EMAIL PROTECTED]> wrote: > (i) Building the libraries > > cd <dir>/external/opencore/tools_v2/build/package/nj_rel > . ./setup.ksh <dir>/external/opencore > make -f <dir>/external/opencore/engines/player/build/makefile.conf > > (ii) Building the player engine test executable > cd <dir>/external/opencore/engines/player/test/build/linux_nj > make > > (iii) Building the author engine test executable > cd <dir>/external/opencore/engines/author/test/build/linux_nj > make > > A couple of notes: > - Building outside of Android, the method to build is via a recursive > make system, which is, as expected, very slow. In the next update to > opencore project, we will provide the facility to build using a non- > recursive build system to make things much faster. > - The codebase has not been completely compiled and tested on the > later versions of gcc, and hence newer warnings crop up. That fails > the compilation of few libraries that treat warnings as errors. To get > around this, you may make the following change to get your build > going: > In <dir>/external/opencore/tools_v2/build/make/linux_g++_library.mak, > comment out the line "FLAG_COMPILE_WARNINGS_AS_ERRORS = -Werror". > > On Nov 25, 2:50 am, Girish <[EMAIL PROTECTED]> wrote: > > > > > Hi , > > > Is it possible to run the multimedia test cases which are provided in / > > external/opencore/engines/player ? > > > are u able to test any of them ? > > > Regards > > Girish > > > On Nov 15, 10:59 pm, "Android PT" <[EMAIL PROTECTED]> wrote: > > > > I think you can build it outside the Android also. > > > PV has provided an independent test frame work (command line). > > > So I guess you can build it. > > > Dependency : OSCL and underlying kernel. > > > > On Sat, Nov 15, 2008 at 10:24 PM, rednoah <[EMAIL PROTECTED]> wrote: > > > > > Hi > > > > > I extracted /platform/external/opencore dir. from Android source code > > > > and compile it with attached makefile. > > > > > But I got some errors while I did "make". > > > > > Does there have a standard rule to build "External Project" outside of > > > > Android ? > > > > > Thanks. > > > > > ps. I worked with Fedora 7 , GNU gcc/g++ 4.1.2- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
