Hi,
generally the way to port stuff is :
0.) run init_env
1.) get the file
2.) unpack it under apps/
3.) do a ./configure --help and choose your options
4.) set prefix export prefix=<path_to_sdk>/target/cris_linux_gnu/
5.) run coonfigure CC=cris-axis-linux-gnu LDFLAGS="-L
${prefix}/lib" CFLAGS="-I ${prefix}/include" ./configure --host=cris
--prefix=${prefix} <and_any_options_you_need from 3.>
6.) if all goes well configure should run through and you can call
"make all install"
but generally it is not that easy, as it will complain about lots of
stuff for more complex ports so there is not really an easy road to
take.
let me know if you run into any problems
John
Quoting iris_diderot <[EMAIL PROTECTED]>:
> Hi!
> I want to integrate the Opencv Library in my Foxboard.
> how I can do? (I am a newby)
>
> thank you for help!
>
>