Forum Discussion
10 Replies
- CAlex
Contributor
Ok,It's on the first picture if wouldn't mind click it.
It says: on src/hwmgr/alt_interrupt.c(951) error: undefined reference to "__cs3_interrupt_vector"
- CAlex
Contributor
Hi,
I followed the DE10 standard User Guide in SOC FPGA chapter,
I copied the example's makefile and made some other rules to link all the resources in my Makefile document.
And could I ask is there any compile tools need to be download to use altera- eabi?
Thank you for your reply.
reguards.
- aikeu
Regular Contributor
Hi CAlex,
I was looking into this documention previously which relates to some related software tools involved in the steps:
https://github.com/arktur04/cyclone-v-baremetal
Anyway I suggest you can follow the newer build steps in refering to the cyclone V timer example which consider the alt_interrupt.h (Running Cyclone V Timer Example):
https://www.rocketboards.org/foswiki/Documentation/HWLib
The example code as below:
Thanks.
Regards,
Aik Eu
- CAlex
Contributor
Hi,
I read throught the link you gave and tried a little but it seems didn't work on Liunx.
The example you gave I assume is with the GHRD yet can't work as well.
Could you provide timer interrupt examples work on linux?
I didn't find any on intenet.
Thank you for help
reguards.
- aikeu
Regular Contributor
Hi CAlex,
The alt_interrupt only meant for baremetal application.
As for any linux example I think this is the one you will be looking into:
https://github.com/altera-opensource/linux-refdesigns/blob/master/pio-interrupt/gpio_interrupt.c
Thanks.
Regards,
Aik Eu
- CAlex
Contributor
Hi,
Thank you, I'll start research on that.
reguards.