hi experts:
I want to using the apex emulation on windows.
I built the demo in vision SDK - demos\apps\pedestrian_detection_aggcf - successfully for build-v234ce-gnu-linux-d .
But when I try to build it for build-x86-gnu-windows-d, many errors come out .
1、According to the Makefile under build-x86-gnu-windows-d, I have built the opencv3.1.0 on my windows and get the libopencv_xxx310.a file.
2、At the end of this Makefile , it includes the following files. but these files can not be found under SDK folder. Where can I find them ? or any workaround ?
include $(DIR_SDK)/script/make/protected/config/build_config_x86_windows_gnu.min
include $(DIR_SDK)/script/make/protected/build_lib_rules.min
include $(DIR_SDK)/script/make/protected/build_app_rules.min
include $(DIR_SDK)/script/make/protected/build_targets.min
3、Following the Makefile under build-v234ce-gnu-linux-d, I change this Makefile, replace above includes with
"include $(CURR_SDK_ROOT)/build/nbuild/platforms/$(notdir $(CURDIR))/Makefile"
and run "make allsub"
It does not do any compile at all. -- make: Nothing to be done for `all' .
There must be some way to build this demo on window. can you give any tips ?
At the moment, we have not supported for x86-gnu-windows target in "demos\apps\pedestrian_detection_aggcf" and "demos\apps\pedestrian_detection" yet so you cannot compile it.
I hope in the next release we can support it.
Thank you for your response.
Dear Xuyen,
Thanks for you reply.
Does demos\apps\pedestrian_detection support "apex emulation"?
Can the application run without the board?In other words, Can we build an executable file with the code, which can run on Linux or Windows?