Forum Discussion
NiosII
hi
I have a source code of compression vidéo (h.264 ,jpeg) how is exécutable in visual studio c++,my problem is how to implement this code in NiosII ,how to convert this source code in niosII. thanks in advance.68 Replies
- Altera_Forum
Honored Contributor
There is no general answer to that. Go through the errors one by one and fix them. If you have a missing header file, find out in the original code why this header file was needed, and how you can replace the relevant code in a way that will work on the Nios platform (or even better, change it to portable code).
- Altera_Forum
Honored Contributor
hi, thanks, no i have a project witch is executable and supported in Xilinx XUPV2Pro board ,my question is what are the steps to execute this project in fpaga Altera stratixII!!!
- Altera_Forum
Honored Contributor
1) compile it
2) fix errors - Altera_Forum
Honored Contributor
Is it open source code?
- Altera_Forum
Honored Contributor
hi i add a memory.h in my project but i can't correct this error "/memory.h:24:2:# error ERROR: Only Mac or Win32 targets supported!" so help me plz .thanks in advance.
. - Altera_Forum
Honored Contributor
Well, if you don't want to fix the errors by yourself, probably your best bet is to contact the author/maintainer of the "memory.h" you decided to use and see if they can help you.
It's possible you might be able to pay them to add support for NIOS. - Altera_Forum
Honored Contributor
thank you ted, no i can't contact the author/maintainer of the "memory.h" and i can't pay them,my problem is how to correct this error "#error ERROR: Only Mac or Win32 targets supported!"? thanks in advance.
- Altera_Forum
Honored Contributor
--- Quote Start --- thank you ted, no i can't contact the author/maintainer of the "memory.h" and i can't pay them,my problem is how to correct this error "#error ERROR: Only Mac or Win32 targets supported!"? thanks in advance. --- Quote End --- Well, you could pay someone else who is familiar enough to C to fix those problems for you. Or, you could learn the C programming language and fix the problem(s) yourself, but that might take an extended period of time. Otherwise, I'm afraid you might be stuck. Good luck! - Altera_Forum
Honored Contributor
I think the error message is specific. The code was only meant to be compiled on the Mac or the Win32 platforms, which means it needs to be ported for other targets. This can be a difficult task, depending on how much of the code actually depends on those targets.
- Altera_Forum
Honored Contributor
hi ,i have a problem when i run a project in NiosII Checking that the Zip file ro_zipfs.zip is not compressed
This file requires version 20 we only support up to version 10 make[1]: *** [altera_ro_zip_file_ok] Error 255 make: *** [system_project] Error 2 pleaz help me. thanks in advance.