-
|
合并了最新版的lab之后,尝试了所有的测试点,都会报如图片上的错误,不太明白错误点是在哪里。 |
Beta Was this translation helpful? Give feedback.
Answered by
Dubley123
Jan 24, 2025
Replies: 2 comments 6 replies
-
|
麻烦你先运行一下下面这几行命令,然后把最后一条命令的结果截个图看一下: cd tests/cases/2-single-file/
gcc -c main.c -o main.o -static -fno-common -ffreestanding -nostdlib -nostartfiles -fno-asynchronous-unwind-tables
objcopy --dump-section .text=tmp.bin main.o
objdump -D -b binary -m i386:x86-64 tmp.bin |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
能否检查下你的 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



现在已经好啦!应该是合并的时候出了问题,当时删掉了并重新fetch,然后重新下载了依赖,就没有这些问题了