mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 23:22:25 +00:00
updated faq about freebsd related common issue. -- noch
Former-commit-id: 4d576a5a2e
This commit is contained in:
parent
e654ff1d71
commit
a17c522a2c
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.
|
||||
|
||||
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