OS: windows 10
Tool: vivado SDK, 2017.2
I have booted the Linux OS on xc7z020, and run the "hello, wolrd" example app successfully.
but after adding some my code, a multi-thread task test, Eclipse report some errors about dependencies.
after manually adding include path and library path, it seems the include dir is right, library path is wrong(info like:libxxx.a:file format not recognized)
here is include dir:
D:\2_xilinx\SDK\2018.2\gnu\aarch64\nt\aarch64-linux\aarch64-linux-gnu\libc\usr\include
here are library path I tried:
D:\2_xilinx\SDK\2018.2\gnu\aarch64\nt\aarch64-linux\aarch64-linux-gnu\libc\usr\lib
D:\2_xilinx\SDK\2018.2\gnu\aarch64\nt\aarch64-linux\aarch64-linux-gnu\libc\lib
D:\2_xilinx\SDK\2018.2\gnu\aarch64\nt\aarch64-linux\aarch64-linux-gnu\lib64
does xilinx support develop linux app on windows? if so, how to set the develop tools?
thank you.