修改源代碼parser.c 中的2547行
bx_dbg_stepN_command(-1, (yyvsp[(2) - (4)].sval));
修改為
bx_dbg_stepN_command(-1, (yyvsp[(2) - (4)].uval));
即可正確編譯