mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 01:42:24 +00:00
updated changelog, updated FAQ on how to solve Raspberry Pi building errors.
Former-commit-id: a3891b3f3c
This commit is contained in:
parent
89c44f3d89
commit
e14c0d7069
4 changed files with 225 additions and 11 deletions
19
FAQ.md
Normal file
19
FAQ.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
|
||||
|
||||
compiler does show only character position, not the line number
|
||||
===============================================================
|
||||
|
||||
Yes, by default it shows you the character position, because it's faster to go to character position in vim
|
||||
:goto number
|
||||
|
||||
In case you still want to use line numbers then pass -l option to voc
|
||||
|
||||
voc -ls m.Mod
|
||||
|
||||
compilation crashes on ARM or Raspberry Pi with recent (like 3.12) kernels.
|
||||
===========================================================================
|
||||
|
||||
> echo 1 > /proc/sys/vm/legacy_va_layout
|
||||
|
||||
should fix that.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue