Closed
Description
When cross-building jerry for arm/linux with
TOOLCHAIN=build/configs/toolchain_linux_armv7l-hf.cmake make NINJA=1 build.linux
,
the following error is reported:
../../../main-unix.c: In function ‘main’:
../../../main-unix.c:563:7: error: conversion to ‘ssize_t’ from ‘jerry_api_size_t’ may change the sign of the result [-Werror=sign-conversion]
ssize_t sz = jerry_api_string_to_char_buffer (err_str_p, err_str_buf, err_str_size);