tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] My Raspberry reports it is an armv6l


From: Christian Jullien
Subject: [Tinycc-devel] My Raspberry reports it is an armv6l
Date: Sun, 11 Nov 2012 18:14:28 +0100

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]