From 8eaaea9e956eb3350ddea14ca2b74b3387377c2b Mon Sep 17 00:00:00 2001 From: balaskoa <jeno.balasko@ericsson.com> Date: Tue, 21 Nov 2017 11:53:44 +0100 Subject: [PATCH] Raspberry hint has been refined in README.linux Signed-off-by: balaskoa <jeno.balasko@ericsson.com> --- README.linux | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.linux b/README.linux index 65e32f9e0..73e700102 100644 --- a/README.linux +++ b/README.linux @@ -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. 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) The JNI interface is used by the Eclipse Titan Executor or by the Java Executor API. @@ -103,9 +108,6 @@ XMLDIR := /usr JNI := yes 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 -- GitLab