version 1.67, 2018/11/24 22:46:45
|
version 1.68, 2018/11/25 15:18:34
|
Line 27 The evbarm port can be built with a vari
|
Line 27 The evbarm port can be built with a vari
|
There are |
There are |
four main variables: the word size, the instruction set, the |
four main variables: the word size, the instruction set, the |
endianness, and whether there is hardware floating point. By default |
endianness, and whether there is hardware floating point. By default |
the CPU type is "earm", and this implies aarch32 (32-bit), \todo cpu |
the CPU type is "earm", and this implies aarch32 (32-bit), earmv5 cpu |
architecture, little endian (el when explicitly stated), and soft |
architecture, little endian (el when explicitly stated), and soft |
(Emulated) floating point. Another example, suitable for Raspberry PI |
(Emulated) floating point. Another example, suitable for Raspberry PI |
2, is earmv7hf, which is aarch32, the v7 instruction set, little |
2, is earmv7hf, which is aarch32, the v7 instruction set, little |