Skip to content
Snippets Groups Projects
Commit 8eaaea9e authored by balaskoa's avatar balaskoa
Browse files

Raspberry hint has been refined in README.linux


Signed-off-by: default avatarbalaskoa <jeno.balasko@ericsson.com>
parent 02a6776e
No related branches found
No related tags found
No related merge requests found
...@@ -59,6 +59,11 @@ Options can be overridden by the content of a file named Makefile.personal whic ...@@ -59,6 +59,11 @@ Options can be overridden by the content of a file named Makefile.personal whic
adapt to local installation directories, change config options etc. adapt to local installation directories, change config options etc.
Below, a small number of typical scenarios are presented. Below, a small number of typical scenarios are presented.
Note: For each scenario below on Raspberry Pi "-fsigned-char" needs to be added to compiler flags in Makefile.personal:
COMPILERFLAGS := -Wall -fsigned-char
a) JNI disabled, gcc compiler (default) a) JNI disabled, gcc compiler (default)
The JNI interface is used by the Eclipse Titan Executor or by the Java Executor API. The JNI interface is used by the Eclipse Titan Executor or by the Java Executor API.
...@@ -103,9 +108,6 @@ XMLDIR := /usr ...@@ -103,9 +108,6 @@ XMLDIR := /usr
JNI := yes JNI := yes
GEN_PDF := no GEN_PDF := no
Note: For Raspberry Pi "-fsigned-char" needs to be added to compiler flags in Makefile.personal:
COMPILERFLAGS := -Wall -fsigned-char
4. Run make 4. Run make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment