cosmopolitan icon indicating copy to clipboard operation
cosmopolitan copied to clipboard

does not support armv7l?

Open imxcstar opened this issue 9 months ago • 1 comments

I compiled a hello.c using cosmopcc and run it on an embedded development board. The prompt was: this ape program lacks armv7l support

imxcstar avatar Apr 27 '24 08:04 imxcstar

Unfortunately I don't think cosmocc is useful for your use case. We only support x86_64 and arm64/aarch64 architectures.

G4Vi avatar Apr 28 '24 03:04 G4Vi

We wrote blink so you can run your cosmo binaries on platforms like armv7: https://github.com/jart/blink It's not native, but it flips the bit from impossible to possible for all these other platforms. Enjoy!

jart avatar Apr 28 '24 05:04 jart