Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • theora theora
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 33
    • Issues 33
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Xiph.OrgXiph.Org
  • theoratheora
  • Issues
  • #1713
Closed
Open
Issue created Jul 28, 2010 by Gitlab Bot@GitlabBotDeveloper

theorarm: not compiling with CFLAGS="-DOC_ARM_ASM"

theoarm doesn't compile with -DOC_ARM_ASM on svn 17354.

Following the instructions here in ticket #1712 (closed), make stops at step 5 with

make[2]: Entering directory `/home/erik/test/theorarm-merge-branch/examples'
gcc -DHAVE_CONFIG_H -I. -I.. -I../include     -DOC_ARM_ASM -MT dump_video.o -MD -MP -MF .deps/dump_video.Tpo -c -o dump_video.o dump_video.c
mv -f .deps/dump_video.Tpo .deps/dump_video.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -DOC_ARM_ASM   -o dump_video dump_video.o  ../lib/libtheoradec.la -logg   
libtool: link: gcc -DOC_ARM_ASM -o .libs/dump_video dump_video.o  ../lib/.libs/libtheoradec.so -logg
../lib/.libs/libtheoradec.so: undefined reference to `oc_dec_coded_flags_unpack'
../lib/.libs/libtheoradec.so: undefined reference to `oc_filter_hedge'
../lib/.libs/libtheoradec.so: undefined reference to `oc_memset_al_mult8arm'
../lib/.libs/libtheoradec.so: undefined reference to `oc_filter_vedge'
../lib/.libs/libtheoradec.so: undefined reference to `oc_memzero_16_64arm'
../lib/.libs/libtheoradec.so: undefined reference to `oc_memzero_ptrdiff_64arm'
../lib/.libs/libtheoradec.so: undefined reference to `oc_state_vtable_init_arm'
../lib/.libs/libtheoradec.so: undefined reference to `oc_dering_block'
../lib/.libs/libtheoradec.so: undefined reference to `oc_sb_run_unpack'
collect2: ld returned 1 exit status

Now my guess would be that some of the *.s files in lib/arm/ are not listed in the Makefile?

Assignee
Assign to
Time tracking