mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 04:02:25 +00:00
added problematic ubuntu version to faq file
Former-commit-id: 5f80704eb0feffdf11d42f1aee7671639b209c55
This commit is contained in:
parent
4838e91966
commit
2991026809
4 changed files with 4 additions and 4 deletions
|
|
@ -1 +1 @@
|
||||||
/Users/antranigv/local/voc-1.1/lib
|
/opt/voc-1.1/lib
|
||||||
|
|
|
||||||
2
FAQ.md
2
FAQ.md
|
|
@ -10,7 +10,7 @@ In case you still want to use line numbers then pass -l option to voc
|
||||||
|
|
||||||
voc -ls m.Mod
|
voc -ls m.Mod
|
||||||
|
|
||||||
compilation crashes on ARM or Raspberry Pi with recent (like 3.12) kernels.
|
compilation crashes on Ubuntu 15.10 x86_64 or latest Raspbians on Raspberry Pi with recent (like 3.12) kernels.
|
||||||
===========================================================================
|
===========================================================================
|
||||||
|
|
||||||
> echo 1 > /proc/sys/vm/legacy_va_layout
|
> echo 1 > /proc/sys/vm/legacy_va_layout
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
MODULE prf;
|
MODULE prf;
|
||||||
|
|
||||||
CONST prefix* = "/Users/antranigv/local";
|
CONST prefix* = "/opt";
|
||||||
|
|
||||||
END prf.
|
END prf.
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
7fb043555ff9a58049dfa0758bc95ce058c619e1
|
d4650157c77c72a0f43b28452babbec30602500a
|
||||||
Loading…
Add table
Add a link
Reference in a new issue