fjl@feleton:/media/internal/src/factor$ sudo make linux-arm make factor factor-ffi-test factor-lib CONFIG=vm/Config.linux.arm make[1]: Entering directory `/media/internal/src/factor' g++ -c -Wall -O3 -fomit-frame-pointer -export-dynamic -o vm/main-unix.o vm/main-unix.cpp In file included from vm/master.hpp:90, from vm/main-unix.cpp:1: vm/bitwise_hacks.hpp:24:3: error: #error Unsupported CPU In file included from vm/master.hpp:95, from vm/main-unix.cpp:1: vm/free_list_allocator.hpp: In member function 'void factor::free_list_allocator::sweep()': vm/free_list_allocator.hpp:143: error: there are no arguments to 'assert' that depend on a template parameter, so a declaration of 'assert' must be available vm/free_list_allocator.hpp:143: error: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated) In file included from vm/master.hpp:121, from vm/main-unix.cpp:1: vm/slot_visitor.hpp: In member function 'void factor::call_frame_slot_visitor::operator()(factor::stack_frame*)': vm/slot_visitor.hpp:294: error: there are no arguments to 'assert' that depend on a template parameter, so a declaration of 'assert' must be available In file included from vm/master.hpp:133, from vm/main-unix.cpp:1: vm/jit.hpp: In member function 'void factor::jit::word_jump(factor::cell)': vm/jit.hpp:37: error: 'xt_tail_pic_offset' was not declared in this scope vm/free_list_allocator.hpp: In member function 'void factor::free_list_allocator::sweep() [with Block = factor::object]': vm/tenured_space.hpp:51: instantiated from here vm/free_list_allocator.hpp:143: error: 'assert' was not declared in this scope make[1]: *** [vm/main-unix.o] Error 1 make[1]: Leaving directory `/media/internal/src/factor' make: *** [linux-arm] Error 2