-
Notifications
You must be signed in to change notification settings - Fork 142
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
hog #61
Comments
@mitali0531 |
i am building it in base platform. |
@mitali0531 |
yes Sir.. i am building it as it is. |
Imported it directly from the xfopencv examples folder. |
@mitali0531 |
how do i attach the project? |
@mitali0531 |
here is the makefile for the code |
@mitali0531 |
the original file is not attaching. so i had to convert it to doc for sending. |
@mitali0531 If you are building through GUI, make sure you have set the following libs :
in your project, in this section : |
that really helped here is the make file::: ################################################################################ Automatically-generated file. Do not edit!################################################################################ -include ../makefile.init RM := rm -rf _sds sd_card All of the sources participating in the build are defined here-include sources.mk ifneq ($(MAKECMDGOALS),clean) -include ../makefile.defs Add inputs and outputs from these tool invocations to the build variablesAll Targetall: pre-build main-build Main-build Targetmain-build: kuchtohho.elf Tool invocationskuchtohho.elf: Other Targetsclean: pre-build: .PHONY: all clean dependents -include ../makefile.targets |
@mitali0531 In Project->right click->C/C++ build settings->SDS++ Linker ->Libraries->Library Search Path(-L) Go through "Using the xfOpenCV Library on a non-reVISION Platform" section of UG1233 to understand the build procedure. Post any further usage related issues on the SDSoC forum. |
Thank you so much Sir for all the help... |
having error building code in SDSoC..
shows unresolved references for 2 statements as follow.
p
The text was updated successfully, but these errors were encountered: