I am trying to compile on an ARM machine using the:
compile_only
gen_script
flags.
Am I fighting with a bug here?
stdlib_system.c: In function ‘readfile_13472’:
stdlib_system.c:5956:22: error: ‘FR’ undeclared (first use in this function)
stdlib_system.c:5956:22: note: each undeclared identifier is reported only once for each function it appears in
stdlib_system.c: In function ‘writefile_13475’:
stdlib_system.c:6001:22: error: ‘FR’ undeclared (first use in this function)
I am working on building a Beaglebone Black GPIO library. You can find the code here: https://github.com/xyz32/BeagleboneBlack_GPIO_nim
Note that this only fails on the ARM machine. It builds correctly on the x86