Displaying 3 results from an estimated 3 matches for "armstat".
Did you mean:
amstat
2010 Jul 24
2
theorarm build
...rmat with arm2gcc.pl script.
(2) When turning off ARMV6 and ARM_HAS_NEON switches, the ARMfrag.s
files had a misplaced .endif directive that needed to be relocated.
(3) The CCASFLAGS options needed to be set to "-Xassembler -Iarm/" to
locate dependent .s files for assembly.
(4) The ARMstate.c file had a couple mismatched function parameter
types which needed fixing.
(5) When linking completed, the resulting libtheora.so binary was not
able to load due to unresolved symbols. The missing functions were
in .s files which were not included in the ./lib makefile object list.
(6) M...
2012 Jun 14
1
Compilation problem with theorarm
...g.theora.devel/3066) but still got messages about undefined symbol: oc_frag_recon_inter2_arm. I have fixed Makefile.am by adding
arm/ARMbitwise2.s \
arm/ARMdecode.s \
arm/ARMfilter.s \
arm/ARMfrag.s \
arm/ARMidct.s \
arm/ARMint.h \
arm/ARMoffsets.s \
arm/ARMoptions.s \
arm/ARMpp.s \
arm/ARMstate.c
to EXTRA_DIST and
decoder_arm_sources = \
arm/ARMbitwise2.s \
arm/ARMdecode.s \
arm/ARMfilter.s \
arm/ARMfrag.s \
arm/ARMidct.s \
arm/ARMpp.s \
arm/ARMstate.c
but it didn't help. Any idea, how to get theorarm well compiled?
Regards
Andrzej
2010 Aug 23
1
[RFC] theorarm-merge-branch diff for latest svn
...e previous attempt haven't hit the list]
Hello,
i took the liberty to port the theorarm-merge-branch to latest svn (used
the git mirror actually). The changes already contains the fix Dave
Milici posted to the list, plus it adds more fixes:
- some warnings about unused variables in lib/arm/ARMstate.c
- fixup of include path in lib/arm/*.s
- more relaxed configure.ac check to match debian on qemu vm
- some compile fixes for a change in struct that became an array, it was
called v iirc
This is an RFC because there are two open issues:
- plain ./configure fails because png2theora fails to li...