This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

about building source code

hello Stefan Hartwig, i saw u talking in forum about opencv code on the embedded target.
iam a postgrad student doing my project
implementing opencv core library on pnx1500 target
i have a code that include opencv and some trimedia stuff so,i think now i have to build the opencv to run it on the target board.i have no idea about it can any one help with it.any idea regarding it are welcome
thanks in advance

Parents
  • You majored in chemistry or math or knitting?

    Are you saying that you have not a single idea how to get further with your problem?

    If having source code for a library - you can normally either compile and link directly into an application or set up a library project and build a library for your specific target processor. If the code needs porting, then the programming courses should have told you have to program and hence how to modify the code to be buildable for your architecture - as long as the processor is reasonably capable for the task.

    The question here is of course where you are stuck? What have you tried? What failed? What direction are you investigating right now?

    If OpenCV has more than 2 million downloads and more than 40 thousand users in the user group, then a lot of other people must have figured out how to build projects using OpenCV. What is the big difference in yur case, making you get stuck?

Reply
  • You majored in chemistry or math or knitting?

    Are you saying that you have not a single idea how to get further with your problem?

    If having source code for a library - you can normally either compile and link directly into an application or set up a library project and build a library for your specific target processor. If the code needs porting, then the programming courses should have told you have to program and hence how to modify the code to be buildable for your architecture - as long as the processor is reasonably capable for the task.

    The question here is of course where you are stuck? What have you tried? What failed? What direction are you investigating right now?

    If OpenCV has more than 2 million downloads and more than 40 thousand users in the user group, then a lot of other people must have figured out how to build projects using OpenCV. What is the big difference in yur case, making you get stuck?

Children
No data