Trying to compile, tcc on my rpi box,

./configure complains because my proc (armv6l) is not supported.

 

$ uname -m

armv6l

 

< arm|armv4l|armv5tel|armv5tejl|armv6j|armv7a|armv7l)

> arm|armv4l|armv5tel|armv5tejl|armv6j|armv6l|armv7a|armv7l)

 

Fixed the issue.

 

Also:

 

$ more /proc/cpuinfo

Processor       : ARMv6-compatible processor rev 7 (v6l)

BogoMIPS        : 697.95

Features        : swp half thumb fastmult vfp edsp java tls

CPU implementer : 0x41

CPU architecture: 7

CPU variant     : 0x0

CPU part        : 0xb76

CPU revision    : 7

 

Hardware        : BCM2708

Revision        : 000f

Serial          : 00000000320cbf84

_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to