-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
emulator prints error and leaves terminal in "funny" state when using timer interrupt #174
Comments
The test program
and the terminal no longer echoes key presses |
I haven't compiled a C program for QNICE for such a long time that I really forgot how to do it. Could you write me a short how-to to reproduce the problem? :-) |
Hi Bernd, how to compile in C: https://github.com/sy2002/QNICE-FPGA#programming-in-c |
These four commands will compile the C program
|
That is really strange. The "Undefined error: 0" comes from the pthread_cancel()-call in timer.c... At the moment, I have no idea what causes this problem...?! Strange... |
I just ran the
|
Once more, this time with
|
No description provided.
The text was updated successfully, but these errors were encountered: