Skip to content
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

Vitis build error #18

Open
thisisbaback opened this issue Sep 2, 2020 · 5 comments
Open

Vitis build error #18

thisisbaback opened this issue Sep 2, 2020 · 5 comments

Comments

@thisisbaback
Copy link

Problem in Vitis build, when there's custom HLS IP-core.
The problem exists only on windows, and not on linux.
Error message is like this:

mb-ar: *.o: Invalid argument
make[1]: *** [Makefile:24: libs] Error 1
make: *** [Makefile:30: microblaze_0/libsrc/mem_write_v1_0/src/make.libs] Error 2
Failed to build the bsp sources for domain - domain_microblaze_0
Failed to generate the platform.
Reason: Failed to build the bsp sources for domain - domain_microblaze_0
invoked from within
"::tcf::eval -progress {apply {{msg} {puts $msg}}} {tcf_send_command tcfchan#0 xsdb eval s es {{platform active design_1_wrapper; platform generate }}}"
(procedure "::tcf::send_command" line 4)
invoked from within
"tcf send_command $::xsdb::curchan xsdb eval s es [list "platform active $PLATFORM_NAME; platform generate $target"]"
invoked from within
"if { $iswindows == 1 } {

set XSDB_PORT [lindex $argv 0]
set PLATFORM_NAME [lindex $argv 1]
set arglen [llength $argv]
set lastind..."
(file "D:/Xilinx/Vitis/2020.1\scripts\vitis\util\buildplatform.tcl" line 11)
@thisisbaback
Copy link
Author

Isn't there any notes for this?!

@imrickysu
Copy link
Collaborator

Acceleration Platforms were only tested on Linux because Vitis acceleration features only support Linux.

@thisisbaback
Copy link
Author

I really don't know what you mean by Acceleration Platforms definitely. Just I know that what I'm looking for, is a really basic feature and it's expected to work on windows!

@thisisbaback
Copy link
Author

Isn't there any notes or updates for this issue?!

@imrickysu
Copy link
Collaborator

Please refer to the release notes of Vitis 2020.1
https://www.xilinx.com/html_docs/xilinx2020_1/vitis_doc/aqm1532064088764.html

Software development features are supported on Windows 10. (using gcc to compile applications for ARM and MicroBlaze)
Application acceleration features are not supported on Windows 10 (Create acceleration platforms, using v++ to create xclbin, etc)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants