Search found 2 matches

by nirinA
Fri Jun 06, 2014 1:43 pm
Forum: Other Boards
Topic: micropython with BeagleBone Black
Replies: 2
Views: 7268

Re: micropython with BeagleBone Black

i tried the patch on issue#448, and the compilation succeeded. all generic tests passed: 260 tests performed (8850 individual testcases) 260 tests passed and below the result of the bytecode tests: Testing directory mp-tests... assert1 : 17 lines, 100.0% correct assign1 : 38 lines, 100.0% correct as...
by nirinA
Wed Jun 04, 2014 1:59 am
Forum: Other Boards
Topic: micropython with BeagleBone Black
Replies: 2
Views: 7268

micropython with BeagleBone Black

i can build micropython with MICROPY_ENABLE_GC disabled, but get the error below when this variable is enabled: CC gccollect.c gccollect.c: In function 'gc_collect': gccollect.c:129:5: error: unknown type name 'regs_t' gccollect.c:130:5: error: implicit declaration of function 'gc_helper_get_regs' [...