Skip to content

Unable to compile for arm_xscale #34

@stanleyws

Description

@stanleyws

I have a Linksys EA4500v2 router that has Marvell 88F6282 CPU with arm_xscale architecture. Compiling with option '-mcpu=xscale' returns a lot of undefined symbol errors:
LLD Link... ld.lld: error: undefined symbol: __sync_lock_test_and_set_4
Looked it up and seems like arm_xscale architecture (armv5) does not have atomic instructions. So I guess there is no easy fix for this.

Also verified the mipsel binary works on my Linksys EA7500v2 router (with MT7621 CPU).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions