Closed dnjayasinghe closed 5 years ago
Sorry about that quality issue, the hello.c program was overlooked when upgrading to interrupt mode. you can just create an empty external_interrupt function and add it to hello.c, since interrupts are not required for the hello program.
Sent from my iPhone
On 8 May 2019, at 04:07, dnjayasinghe notifications@github.com wrote:
I followed all the procedures in explained in https://www.lowrisc.org/docs/ethernet-v0.5/environment/. However, when I execute
'make hello'
inside $TOP/fpga/board/nexys4_ddr directory. I am getting
syscalls.o: In function sprintf_putch': $TOP/fpga/bare_metal/examples/../driver/syscalls.c:80: undefined reference to external_interrupt' $TOP/fpga/bare_metal/examples/../driver/syscalls.c:101: undefined reference to `external_interrupt' collect2: error: ld returned 1 exit status
How do I fix this issue?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
Thanks.
I followed all the procedures in explained in https://www.lowrisc.org/docs/ethernet-v0.5/environment/. However, when I execute
inside $TOP/fpga/board/nexys4_ddr directory. I am getting
How do I fix this issue?