Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • cerbero cerbero
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 101
    • Issues 101
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 35
    • Merge requests 35
  • 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
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamerGStreamer
  • cerberocerbero
  • Issues
  • #227
Closed
Open
Issue created Jan 30, 2020 by Arkanoid87@arkanoid87

libvpx.recipe doesn't pick the right --target for Architecture.ARM

EDIT: after reading libvpx docs I found out I misinterpreted the meaning of the --target option, but cerbero is picking the wrong one in my case anyway so there's room for an improvement

I'm building on an emulated raspbian stable environment (qemu-user-static + binfmt + nspawn) emulated host is armv7l, but target is armv6 (need to compile for raspberry pi zero)

arch armv7l

gcc -dumpmachine arm-linux-gnueabihf

but libvpx.recipe does self.configure_options += '--target=%s-%s-%s ' % (arch, platform, compiler)

resulting in --target=arm-linux-gcc

that leads to Unrecognized toolchain 'arm-linux-gcc'

Edited Jan 30, 2020 by Arkanoid87
Assignee
Assign to
Time tracking