Hi Craig,
Hope you are out there,
cont...from last thread opencv blackfin vdsp...
As it turned out blackfin image processing toolbox had no support for lots of opencv functions.I hit my head against the wall and decided to hack and modify the source code of opencv to eliminate all the unsupported features and keeping only the necessary.I still don't know what I did, I just deleted anything that seemed unnecessary and I screwed up the exception handling functions.Finally somehow it compiled and linked but the following error props up???is it a problem with the options or my project is simply too large to build???
[Error li1040] ".\video_in_out.ldf":656 Out of memory in output section 'L1_code' in processor 'p0'
Total of 0x14936a word(s) were not mapped.
For more details, see 'linker_log.xml' in the output directory.
[Error li1040] ".\video_in_out.ldf":680 Out of memory in output section 'L1_code_cache' in processor 'p0'
Total of 0x14936a word(s) were not mapped.
For more details, see 'linker_log.xml' in the output directory.
[Error li1040] ".\video_in_out.ldf":723 Out of memory in output section 'L1_data_a' in processor 'p0'
Total of 0x3a6bc word(s) were not mapped.
For more details, see 'linker_log.xml' in the output directory.
[Error li1040] ".\video_in_out.ldf":742 Out of memory in output section 'bsz_L1_data_a' in processor 'p0'
Total of 0x10b83 word(s) were not mapped.
For more details, see 'linker_log.xml' in the output directory.
[Error li1040] ".\video_in_out.ldf":763 Out of memory in output section 'L1_data_b_tables' in processor 'p0'
Total of 0x2039c word(s) were not mapped.
For more details, see 'linker_log.xml' in the output directory.
[Error li1040] ".\video_in_out.ldf":777 Out of memory in output section 'L1_data_b' in processor 'p0'
Total of 0x1ab20 word(s) were not mapped.
For more details, see 'linker_log.xml' in the output directory.
[Error li1040] ".\video_in_out.ldf":802 Out of memory in output section 'bsz_L1_data_b' in processor 'p0'
Total of 0x10b83 word(s) were not mapped.
For more details, see 'linker_log.xml' in the output directory.
Linker finished with 7 errors
cc3089: fatal error: Link failed
Tool failed with exit/exception code: 1.
Build was unsuccessful.