HaoguangYang / microros-zynq

Config files and utilities for building MicroROS on Zynq-7000 SoC.
MIT License
0 stars 0 forks source link

linking error after generating libmicroros.a #1

Open zssmcu opened 1 month ago

zssmcu commented 1 month ago

i generated libmicroros.a and includes,then i copy to the vitis project of windows10,as you said that import the xml and set the microros.a,but link error,what wrong whit my steps?

zssmcu commented 1 month ago

the error is "lto1.exe: internal compiler error: compiler does not support ZSTD LTO compression" i use vitis2022.1

HaoguangYang commented 1 month ago

Hi, I use Ubuntu 22.04 with Vitis 2020.2 as my testing platform, so I don't know what's causing the LTO support issue on Windows. It seems like a version conflict. Do you have another version of MinGW or Cygwin installed somewhere in your OS that may cause the interference?