-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Labels
Description
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).