Menu

compiling Ogg play on RVCT

pavan
2006-02-01
2013-04-25
  • pavan

    pavan - 2006-02-01

    Hi,
    Could you please help me in compiling the oggplay over RVCT. I am getting lot of errors in the inline assembly codes in asm_arm.h file.

    Thank you,
    regards,
    pavan

     
    • Stuart Fisher

      Stuart Fisher - 2006-02-02

      No I can't help you. There is a fair amount of hand coded assembly (both in the tremor codec and in OggPlay itself) so I'm not surprised it has problems building with a new compiler.

      This is a freeware project with one active developer who has no budget for development tools so he won't be getting a license for the RVCT compiler anytime soon. In other words, you'll have to figure it out for yourself!

       
    • pavan

      pavan - 2006-02-02

      Hi,
      Its ok, I ll figure it out. But  could you please say me which compiler you used to compile and is it possible to compile it on RVCT. If possible is it very complex to change the assembly code to suit to the RVCT compiler.I am fairly new to the ARM assembly.

      Thanks for the reply.
      regards
      pavan

       
    • Stuart Fisher

      Stuart Fisher - 2006-02-05

      I don't know whether it is possible to compile on RVCT but I can't see any fundamental reason why not. As far as I know the ARMV5 instruction set includes the same operations as ARMV4 / ARMI, but I could be wrong about that.

      Why don't you try to make it work with GCCE first? Since the current Symbian OS 6, 7 and 8 versions are built with GCC I would have thought getting it to work with GCCE would be much easier.

      Stuart

       

Log in to post a comment.