NEMU_HOME= is not a NEMU repo. Stop.
yinxx opened this issue · 6 comments
yinxx commented
NEMU_HOME= is not a NEMU repo. Stop.
sashimi-yzh commented
我这是好的.
yinxx commented
大佬:
您知道如何添加对 riscv64的支持吗?有什么思路或者说是参考方案?
在 2022-09-01 16:34:16,"Zihao Yu" ***@***.***> 写道:
我这是好的.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
sashimi-yzh commented
本身就支持.
mcx222 commented
兄弟你这个NEMU_HOME= is not a NEMU repo. Stop.是怎么解决的,我echo输出的路径是对的,但他就是报这个错误
yinxx commented
我最近在忙别的事情,这个bug我还没有找到怎么解决?
b4nm121我的wx
在 2023-05-27 21:12:03,"mcx222" ***@***.***> 写道:
兄弟你这个NEMU_HOME= is not a NEMU repo. Stop.是怎么解决的,我echo输出的路径是对的,但他就是报这个错误
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
hyn1426536274 commented
我也遇到了,知道你们是不是这个问题:
提示Makefile 18行出错,打开Makefile一看是由于$NEMU_HOME / src / nemu-main.c 为空。
但实际上有这个文件,猜测是原因是 $NEMU_HOME 为空,
echo $NEMU_HOME 确实为空
所以source ~/.bashrc
然后再次echo $NEMU_HOME 打印了正确的路径
现在执行make menuconfig 就成功了