newRPL - build 1255 released! [updated to 1299]
|
05-31-2019, 03:33 AM
(This post was last modified: 05-31-2019 03:52 AM by Han.)
Post: #460
|
|||
|
|||
RE: newRPL - build 1255 released! [official and unofficial]
Mac OS 10.14.5 (Mojave) build errors for firmware (but oddly, the simulator had no issues compiling):
Code: ../newrpl-sources/newrpl/decimal.c:1432:5: error: conflicting types for 'sig_digits' Using latest XCode and ARM eabi (bare-metal) toolchain; latest Qt Creator seems to be quirky (to me anyway) regarding make parameters. I seem to be unable to set up a proper working "kit" in order to compile using Qt Creator. Perhaps someone can enlighten me on how to properly create a "kit". In particular, qmake seems to always add architecture-specific options that makes arm-none-eabi-gcc barf. I had to manually edit the Makefile to remove $(EXPORT_ARCH_ARGS) and -mmacosx-version-min= compiler flags. Even so, my strict compiler does not like the mismatched declarations (isn't BINT just a define for int anyway?). EDIT: changing "int" to "BINT" in decimal.c fixes this issue to compile Graph 3D | QPI | SolveSys |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)