mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 22:42:24 +00:00
updated faq about freebsd related common issue. -- noch
This commit is contained in:
parent
d3dd4afda4
commit
4d576a5a2e
1 changed files with 10 additions and 0 deletions
10
FAQ.md
10
FAQ.md
|
|
@ -17,3 +17,13 @@ compilation crashes on ARM or Raspberry Pi with recent (like 3.12) kernels.
|
||||||
|
|
||||||
should fix that.
|
should fix that.
|
||||||
|
|
||||||
|
make errors on freebsd
|
||||||
|
======================
|
||||||
|
|
||||||
|
># make -f makefile.freebsd.clang.x86_64
|
||||||
|
make: "/root/voc/makefile.freebsd.clang.x86_64" line 22: Need an operator
|
||||||
|
make: "/root/voc/makefile.freebsd.clang.x86_64" line 24: Need an operator
|
||||||
|
make: Fatal errors encountered -- cannot continue
|
||||||
|
make: stopped in /root/voc
|
||||||
|
|
||||||
|
use gmake.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue