a-meng

Results 3 issues of a-meng

After compiling the executable file of ppc, executing make run will not start normally, as shown in the figure below. ![2019-01-04 17-02-57](https://user-images.githubusercontent.com/40290447/50680461-c0cc2100-1042-11e9-9abf-4f6b51a7a1c8.png)

I tried to get the runtime information, but I don't know what to do. I have already #define configGENERATE_RUN_TIME_STATS==1 #define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() ( ulHighFrequencyTimerTicks = 0UL ) #define portGET_RUN_TIME_COUNTER_VALUE() ulHighFrequencyTimerTicks But...

I use qemu to simulate the Raspberry Pi, after executing the program, can not read “hello world”.