Skip to content

Instantly share code, notes, and snippets.

@dom96
Created October 18, 2020 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dom96/7a3b3fa98f7d5c3009bbeb6d4988ce1b to your computer and use it in GitHub Desktop.
Save dom96/7a3b3fa98f7d5c3009bbeb6d4988ce1b to your computer and use it in GitHub Desktop.
In file included from /mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_options.nim.cpp:8:0:
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_options.nim.cpp: In function 'bool nimDecRefIsLast(void*)':
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:581:67: error: '__builtin_ssub_overflow' was not declared in this scope
#define nimSubInt(a, b, res) __builtin_ssub_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_options.nim.cpp:125:8: note: in expansion of macro 'nimSubInt'
if (nimSubInt((*cell).rc, ((NI) 8), &TM__4DNs4bMUkswhWc4o4dM9bbg_2)) { raiseOverflow(); goto BeforeRet_;
^
makeEspArduino/makeEspArduino.mk:289: recipe for target '/tmp/mkESP/sketch_nodemcu/stdlib_options.nim.cpp.o' failed
make: *** [/tmp/mkESP/sketch_nodemcu/stdlib_options.nim.cpp.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from /mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:8:0:
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp: In function 'bool nimDecRefIsLast(void*)':
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:581:67: error: '__builtin_ssub_overflow' was not declared in this scope
#define nimSubInt(a, b, res) __builtin_ssub_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:312:8: note: in expansion of macro 'nimSubInt'
if (nimSubInt((*cell).rc, ((NI) 8), &TM__Q5wkpxktOdTGvlSRo9bzt9aw_4)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp: In function 'NI align__vzThvqZajaR9ct9cQ7SOy1tQ(NI, NI)':
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:581:67: error: '__builtin_ssub_overflow' was not declared in this scope
#define nimSubInt(a, b, res) __builtin_ssub_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:396:7: note: in expansion of macro 'nimSubInt'
if (nimSubInt(alignment, ((NI) 1), &TM__Q5wkpxktOdTGvlSRo9bzt9aw_6)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:580:67: error: '__builtin_sadd_overflow' was not declared in this scope
#define nimAddInt(a, b, res) __builtin_sadd_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:398:7: note: in expansion of macro 'nimAddInt'
if (nimAddInt(address, (NI)(TM__Q5wkpxktOdTGvlSRo9bzt9aw_6), &TM__Q5wkpxktOdTGvlSRo9bzt9aw_7)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:581:67: error: '__builtin_ssub_overflow' was not declared in this scope
#define nimSubInt(a, b, res) __builtin_ssub_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:400:7: note: in expansion of macro 'nimSubInt'
if (nimSubInt(alignment, ((NI) 1), &TM__Q5wkpxktOdTGvlSRo9bzt9aw_8)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp: In function 'void* newSeqPayload(NI, NI, NI)':
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:582:67: error: '__builtin_smul_overflow' was not declared in this scope
#define nimMulInt(a, b, res) __builtin_smul_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:416:7: note: in expansion of macro 'nimMulInt'
if (nimMulInt(cap, elemSize, &TM__Q5wkpxktOdTGvlSRo9bzt9aw_9)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:580:67: error: '__builtin_sadd_overflow' was not declared in this scope
#define nimAddInt(a, b, res) __builtin_sadd_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:418:7: note: in expansion of macro 'nimAddInt'
if (nimAddInt(T5_, (NI)(TM__Q5wkpxktOdTGvlSRo9bzt9aw_9), &TM__Q5wkpxktOdTGvlSRo9bzt9aw_10)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp: In function 'NI resize__cOCDWr16YD4j3dBrbbH3yQsystem(NI)':
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:582:67: error: '__builtin_smul_overflow' was not declared in this scope
#define nimMulInt(a, b, res) __builtin_smul_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:511:8: note: in expansion of macro 'nimMulInt'
{ if (nimMulInt(old, ((NI) 2), &TM__Q5wkpxktOdTGvlSRo9bzt9aw_12)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:582:67: error: '__builtin_smul_overflow' was not declared in this scope
#define nimMulInt(a, b, res) __builtin_smul_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:520:7: note: in expansion of macro 'nimMulInt'
if (nimMulInt(old, ((NI) 3), &TM__Q5wkpxktOdTGvlSRo9bzt9aw_13)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp: In function 'void* prepareSeqAdd(NI, void*, NI, NI, NI)':
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:580:67: error: '__builtin_sadd_overflow' was not declared in this scope
#define nimAddInt(a, b, res) __builtin_sadd_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:587:8: note: in expansion of macro 'nimAddInt'
{ if (nimAddInt(len, addlen, &TM__Q5wkpxktOdTGvlSRo9bzt9aw_11)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:580:67: error: '__builtin_sadd_overflow' was not declared in this scope
#define nimAddInt(a, b, res) __builtin_sadd_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:598:7: note: in expansion of macro 'nimAddInt'
if (nimAddInt(len, addlen, &TM__Q5wkpxktOdTGvlSRo9bzt9aw_17)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:582:67: error: '__builtin_smul_overflow' was not declared in this scope
#define nimMulInt(a, b, res) __builtin_smul_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:607:9: note: in expansion of macro 'nimMulInt'
{ if (nimMulInt(elemSize, newCap, &TM__Q5wkpxktOdTGvlSRo9bzt9aw_18)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:580:67: error: '__builtin_sadd_overflow' was not declared in this scope
#define nimAddInt(a, b, res) __builtin_sadd_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:609:8: note: in expansion of macro 'nimAddInt'
if (nimAddInt(headerSize, (NI)(TM__Q5wkpxktOdTGvlSRo9bzt9aw_18), &TM__Q5wkpxktOdTGvlSRo9bzt9aw_19)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:582:67: error: '__builtin_smul_overflow' was not declared in this scope
#define nimMulInt(a, b, res) __builtin_smul_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:619:8: note: in expansion of macro 'nimMulInt'
if (nimMulInt(len, elemSize, &TM__Q5wkpxktOdTGvlSRo9bzt9aw_20)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:582:67: error: '__builtin_smul_overflow' was not declared in this scope
#define nimMulInt(a, b, res) __builtin_smul_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:634:8: note: in expansion of macro 'nimMulInt'
if (nimMulInt(elemSize, oldCap, &TM__Q5wkpxktOdTGvlSRo9bzt9aw_21)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:580:67: error: '__builtin_sadd_overflow' was not declared in this scope
#define nimAddInt(a, b, res) __builtin_sadd_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:636:8: note: in expansion of macro 'nimAddInt'
if (nimAddInt(headerSize, (NI)(TM__Q5wkpxktOdTGvlSRo9bzt9aw_21), &TM__Q5wkpxktOdTGvlSRo9bzt9aw_22)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:582:67: error: '__builtin_smul_overflow' was not declared in this scope
#define nimMulInt(a, b, res) __builtin_smul_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:639:8: note: in expansion of macro 'nimMulInt'
if (nimMulInt(elemSize, newCap, &TM__Q5wkpxktOdTGvlSRo9bzt9aw_23)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:580:67: error: '__builtin_sadd_overflow' was not declared in this scope
#define nimAddInt(a, b, res) __builtin_sadd_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:641:8: note: in expansion of macro 'nimAddInt'
if (nimAddInt(headerSize, (NI)(TM__Q5wkpxktOdTGvlSRo9bzt9aw_23), &TM__Q5wkpxktOdTGvlSRo9bzt9aw_24)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp: In function 'void add__VHIeeMfqavFfKtbV1Wal0Q(tySequence__uB9b75OUPRENsBAu4AnoePA&, tyObject_StackTraceEntry__oLyohQ7O2XOvGnflOss8EA)':
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:580:67: error: '__builtin_sadd_overflow' was not declared in this scope
#define nimAddInt(a, b, res) __builtin_sadd_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:671:7: note: in expansion of macro 'nimAddInt'
if (nimAddInt(oldLen, ((NI) 1), &TM__Q5wkpxktOdTGvlSRo9bzt9aw_5)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:580:67: error: '__builtin_sadd_overflow' was not declared in this scope
#define nimAddInt(a, b, res) __builtin_sadd_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:680:6: note: in expansion of macro 'nimAddInt'
if (nimAddInt(oldLen, ((NI) 1), &TM__Q5wkpxktOdTGvlSRo9bzt9aw_25)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp: In function 'void nimIncRef(void*)':
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:580:67: error: '__builtin_sadd_overflow' was not declared in this scope
#define nimAddInt(a, b, res) __builtin_sadd_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:689:6: note: in expansion of macro 'nimAddInt'
if (nimAddInt((*((tyObject_RefHeader__Gi7WQzlT1ZRToh9a2ueYb4A*) (T1_))).rc, ((NI) 8), &TM__Q5wkpxktOdTGvlSRo9bzt9aw_26)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp: In function 'void appendString(NimStringV2&, NimStringV2)':
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:580:67: error: '__builtin_sadd_overflow' was not declared in this scope
#define nimAddInt(a, b, res) __builtin_sadd_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:808:7: note: in expansion of macro 'nimAddInt'
if (nimAddInt(src.len, ((NI) 1), &TM__Q5wkpxktOdTGvlSRo9bzt9aw_29)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:580:67: error: '__builtin_sadd_overflow' was not declared in this scope
#define nimAddInt(a, b, res) __builtin_sadd_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:813:7: note: in expansion of macro 'nimAddInt'
if (nimAddInt(dest.len, src.len, &TM__Q5wkpxktOdTGvlSRo9bzt9aw_30)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp: In function 'NimStringV2 rawNewString(NI)':
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:580:67: error: '__builtin_sadd_overflow' was not declared in this scope
#define nimAddInt(a, b, res) __builtin_sadd_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:834:7: note: in expansion of macro 'nimAddInt'
if (nimAddInt(space, ((NI) 1), &TM__Q5wkpxktOdTGvlSRo9bzt9aw_31)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:580:67: error: '__builtin_sadd_overflow' was not declared in this scope
#define nimAddInt(a, b, res) __builtin_sadd_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:836:7: note: in expansion of macro 'nimAddInt'
if (nimAddInt((NI)(TM__Q5wkpxktOdTGvlSRo9bzt9aw_31), ((NI) 4), &TM__Q5wkpxktOdTGvlSRo9bzt9aw_32)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp: In function 'void prepareAdd(NimStringV2&, NI)':
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:580:67: error: '__builtin_sadd_overflow' was not declared in this scope
#define nimAddInt(a, b, res) __builtin_sadd_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:865:7: note: in expansion of macro 'nimAddInt'
if (nimAddInt(s.len, addlen, &TM__Q5wkpxktOdTGvlSRo9bzt9aw_33)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:580:67: error: '__builtin_sadd_overflow' was not declared in this scope
#define nimAddInt(a, b, res) __builtin_sadd_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:867:7: note: in expansion of macro 'nimAddInt'
if (nimAddInt((NI)(TM__Q5wkpxktOdTGvlSRo9bzt9aw_33), ((NI) 1), &TM__Q5wkpxktOdTGvlSRo9bzt9aw_34)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:580:67: error: '__builtin_sadd_overflow' was not declared in this scope
#define nimAddInt(a, b, res) __builtin_sadd_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:869:7: note: in expansion of macro 'nimAddInt'
if (nimAddInt((NI)(TM__Q5wkpxktOdTGvlSRo9bzt9aw_34), ((NI) 4), &TM__Q5wkpxktOdTGvlSRo9bzt9aw_35)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:580:67: error: '__builtin_sadd_overflow' was not declared in this scope
#define nimAddInt(a, b, res) __builtin_sadd_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:875:7: note: in expansion of macro 'nimAddInt'
if (nimAddInt(s.len, addlen, &TM__Q5wkpxktOdTGvlSRo9bzt9aw_36)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:580:67: error: '__builtin_sadd_overflow' was not declared in this scope
#define nimAddInt(a, b, res) __builtin_sadd_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:901:8: note: in expansion of macro 'nimAddInt'
if (nimAddInt(s.len, addlen, &TM__Q5wkpxktOdTGvlSRo9bzt9aw_37)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:580:67: error: '__builtin_sadd_overflow' was not declared in this scope
#define nimAddInt(a, b, res) __builtin_sadd_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:904:9: note: in expansion of macro 'nimAddInt'
{ if (nimAddInt(s.len, addlen, &TM__Q5wkpxktOdTGvlSRo9bzt9aw_38)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:580:67: error: '__builtin_sadd_overflow' was not declared in this scope
#define nimAddInt(a, b, res) __builtin_sadd_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:908:8: note: in expansion of macro 'nimAddInt'
if (nimAddInt(oldCap, ((NI) 1), &TM__Q5wkpxktOdTGvlSRo9bzt9aw_39)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:580:67: error: '__builtin_sadd_overflow' was not declared in this scope
#define nimAddInt(a, b, res) __builtin_sadd_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:910:8: note: in expansion of macro 'nimAddInt'
if (nimAddInt((NI)(TM__Q5wkpxktOdTGvlSRo9bzt9aw_39), ((NI) 4), &TM__Q5wkpxktOdTGvlSRo9bzt9aw_40)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:580:67: error: '__builtin_sadd_overflow' was not declared in this scope
#define nimAddInt(a, b, res) __builtin_sadd_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:916:8: note: in expansion of macro 'nimAddInt'
if (nimAddInt(newCap, ((NI) 1), &TM__Q5wkpxktOdTGvlSRo9bzt9aw_41)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:580:67: error: '__builtin_sadd_overflow' was not declared in this scope
#define nimAddInt(a, b, res) __builtin_sadd_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:918:8: note: in expansion of macro 'nimAddInt'
if (nimAddInt((NI)(TM__Q5wkpxktOdTGvlSRo9bzt9aw_41), ((NI) 4), &TM__Q5wkpxktOdTGvlSRo9bzt9aw_42)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp: In function 'void setLengthStrV2(NimStringV2&, NI)':
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:581:67: error: '__builtin_ssub_overflow' was not declared in this scope
#define nimSubInt(a, b, res) __builtin_ssub_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:953:9: note: in expansion of macro 'nimSubInt'
{ if (nimSubInt(newLen, s.len, &TM__Q5wkpxktOdTGvlSRo9bzt9aw_43)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp: In function 'void nimPrepareStrMutationImpl__C0YoABEefTaYbWLv9aVOzZA(NimStringV2&)':
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:580:67: error: '__builtin_sadd_overflow' was not declared in this scope
#define nimAddInt(a, b, res) __builtin_sadd_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:970:6: note: in expansion of macro 'nimAddInt'
if (nimAddInt(s.len, ((NI) 1), &TM__Q5wkpxktOdTGvlSRo9bzt9aw_44)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:580:67: error: '__builtin_sadd_overflow' was not declared in this scope
#define nimAddInt(a, b, res) __builtin_sadd_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:972:6: note: in expansion of macro 'nimAddInt'
if (nimAddInt((NI)(TM__Q5wkpxktOdTGvlSRo9bzt9aw_44), ((NI) 4), &TM__Q5wkpxktOdTGvlSRo9bzt9aw_45)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:580:67: error: '__builtin_sadd_overflow' was not declared in this scope
#define nimAddInt(a, b, res) __builtin_sadd_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:981:6: note: in expansion of macro 'nimAddInt'
if (nimAddInt(s.len, ((NI) 1), &TM__Q5wkpxktOdTGvlSRo9bzt9aw_46)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp: In function 'void* nimNewObj(NI)':
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:580:67: error: '__builtin_sadd_overflow' was not declared in this scope
#define nimAddInt(a, b, res) __builtin_sadd_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:1086:6: note: in expansion of macro 'nimAddInt'
if (nimAddInt(size, ((NI) 4), &TM__Q5wkpxktOdTGvlSRo9bzt9aw_3)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp: In function 'NimStringV2 toNimStr(NCSTRING, NI)':
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:580:67: error: '__builtin_sadd_overflow' was not declared in this scope
#define nimAddInt(a, b, res) __builtin_sadd_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:1157:7: note: in expansion of macro 'nimAddInt'
if (nimAddInt(len, ((NI) 1), &TM__Q5wkpxktOdTGvlSRo9bzt9aw_2)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:580:67: error: '__builtin_sadd_overflow' was not declared in this scope
#define nimAddInt(a, b, res) __builtin_sadd_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:1159:7: note: in expansion of macro 'nimAddInt'
if (nimAddInt((NI)(TM__Q5wkpxktOdTGvlSRo9bzt9aw_2), ((NI) 4), &TM__Q5wkpxktOdTGvlSRo9bzt9aw_53)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp: In function 'void nimAsgnStrV2(NimStringV2&, NimStringV2)':
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:580:67: error: '__builtin_sadd_overflow' was not declared in this scope
#define nimAddInt(a, b, res) __builtin_sadd_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:1390:8: note: in expansion of macro 'nimAddInt'
if (nimAddInt(b.len, ((NI) 1), &TM__Q5wkpxktOdTGvlSRo9bzt9aw_54)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:580:67: error: '__builtin_sadd_overflow' was not declared in this scope
#define nimAddInt(a, b, res) __builtin_sadd_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:1392:8: note: in expansion of macro 'nimAddInt'
if (nimAddInt((NI)(TM__Q5wkpxktOdTGvlSRo9bzt9aw_54), ((NI) 4), &TM__Q5wkpxktOdTGvlSRo9bzt9aw_55)) { raiseOverflow(); goto BeforeRet_;
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:580:67: error: '__builtin_sadd_overflow' was not declared in this scope
#define nimAddInt(a, b, res) __builtin_sadd_overflow(a, b, res)
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/stdlib_system.nim.cpp:1406:7: note: in expansion of macro 'nimAddInt'
if (nimAddInt(b.len, ((NI) 1), &TM__Q5wkpxktOdTGvlSRo9bzt9aw_56)) { raiseOverflow(); goto BeforeRet_;
^
makeEspArduino/makeEspArduino.mk:289: recipe for target '/tmp/mkESP/sketch_nodemcu/stdlib_system.nim.cpp.o' failed
make: *** [/tmp/mkESP/sketch_nodemcu/stdlib_system.nim.cpp.o] Error 1
/mnt/c/Users/morfe/projects/departures/hardware/sketch.cpp: In function 'void setup()':
/mnt/c/Users/morfe/projects/departures/hardware/sketch.cpp:95:25: error: too few arguments to function 'Animation initScrollAnimation(NU8)'
initScrollAnimation()
^
In file included from /mnt/c/Users/morfe/projects/departures/hardware/nim_output/display_types.h:10:0,
from /mnt/c/Users/morfe/projects/departures/hardware/sketch.cpp:2:
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/display_types.h:78:45: note: declared here
extern "C" N_LIB_PRIVATE N_CDECL(Animation, initScrollAnimation)(NU8 step);
^
/mnt/c/Users/morfe/projects/departures/hardware/nim_output/nimbase.h:196:44: note: in definition of macro 'N_CDECL'
# define N_CDECL(rettype, name) rettype name
^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment