ha7ilm / csdr

A simple DSP library and command-line tool for Software Defined Radio.
523 stars 171 forks source link

Needed to compile this via docker and qemu-static-arm. #52

Open jasiek opened 4 years ago

jasiek commented 4 years ago

So when you build something via qemu-static-arm, the CPU reported will still be Intel, but the architecture will be reported as armv7l when you run the arch command. Which may be a better way of testing what it's being compiled under.