Post Reply 
Short Guide on Compiling NewRPL
11-19-2016, 01:12 AM
Post: #10
RE: Short Guide on Compiling NewRPL
Here's the sig_digits error:

Code:
/usr/local/gcc-arm/bin/arm-none-eabi-gcc -c -mtune=arm920t -mcpu=arm920t -mlittle-endian -fomit-frame-pointer -fno-toplevel-reorder -msoft-float -Os -pipe -mthumb-interwork -nostdinc -DTARGET_50G -DNDEBUG -DNEWRPL_BUILDNUM=711 -I../newrpl-sources -I. -I/usr/local/gcc-arm/arm-none-eabi/include -I../newrpl-sources/firmware/include -I../newrpl-sources/newrpl -I/usr/local/include -I/usr/include -I../../Qt/5.7/clang_64/mkspecs/macx-clang -o decimal.o ../newrpl-sources/newrpl/decimal.c
../newrpl-sources/newrpl/decimal.c:1358:5: error: conflicting types for 'sig_digits'
 int sig_digits(BINT word)
     ^
In file included from ../newrpl-sources/newrpl/newrpl.h:78:0,
                 from ../newrpl-sources/newrpl/decimal.c:9:
../newrpl-sources/newrpl/decimal.h:160:6: note: previous declaration of 'sig_digits' was here
 BINT sig_digits(BINT word);
      ^
make: *** [decimal.o] Error 1
20:10:06: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project newrpl-fw (kit: Desktop Qt 5.7.0 clang 64bit)
When executing step "Make"
20:10:06: Elapsed time: 00:02.

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Short Guide on Compiling NewRPL - Han - 11-17-2016, 07:01 PM
RE: Compiling NewRPL Guide - Claudio L. - 11-17-2016, 07:26 PM
RE: Compiling NewRPL Guide - Han - 11-17-2016, 07:48 PM
RE: Compiling NewRPL Guide - Han - 11-18-2016, 03:12 AM
RE: Short Guide on Compiling NewRPL - Han - 11-18-2016, 01:35 PM
RE: Short Guide on Compiling NewRPL - Han - 11-18-2016, 03:34 PM
RE: Short Guide on Compiling NewRPL - Han - 11-18-2016, 05:49 PM
RE: Short Guide on Compiling NewRPL - Han - 11-19-2016 01:12 AM



User(s) browsing this thread: 1 Guest(s)