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!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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!
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
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