During compilation I get this error.
```
$ make -C /opt/rust-sgx-sdk/compiler-rt/
make: Entering directory '/opt/rust-sgx-sdk/compiler-rt'
cc -c -Wjump-misses-init -Wstrict-prototypes -Wunsuffixed-float-constants
-fstack-protector -O2 -UDEBUG -DNDEBUG -Wall -Wextra -Winit-self
-Wpointer-arith -Wreturn-type -Waddress -Wsequence-point -Wformat-security
-Wmissing-include-dirs -Wfloat-equal -Wundef -Wshadow -Wcast-align -Wconversion
-Wredundant-decls -DITT_ARCH_IA64 -ffreestanding -nostdinc -fvisibility=hidden
-fpie -O2 -I../common/inc/ muloti4.c -o muloti4.o
In file included from muloti4.c:15:0:
int_lib.h:25:5: warning: "__ARM_EABI__" is not defined, evaluates to 0 [-Wundef]
#if __ARM_EABI__
^~~~~~~~~~~~
In file included from int_lib.h:51:0,
from muloti4.c:15:
int_types.h: In function 'make_ti':
int_types.h:100:15: warning: conversion to 'du_int {aka long long unsigned
int}' from 'di_int {aka long long int}' may change the sign of the result
[-Wsign-conversion]
r.s.low = l;
^
ar rcsD libcompiler-rt-patch.a muloti4.o
make: Leaving directory '/opt/rust-sgx-sdk/compiler-rt'
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave-sgx-sdk/issues/209