FEX icon indicating copy to clipboard operation
FEX copied to clipboard

Trying to open Intel Quartis Prime 18.1

Open JoelSerranoLozano opened this issue 3 years ago • 6 comments

Hello when I try to execute quartus using FEXBash I run into the following error: FEXBash-root@oriol-Parallels-ARM-Virtual-Machine:/home/oriol/Intel_Quartus/quartus/bin> ./quartus quartus: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory Thanks

JoelSerranoLozano avatar Oct 17 '22 20:10 JoelSerranoLozano

That looks like it is currently just missing libpng12, which Ubuntu 22.04 doesn't ship anymore, thus it isn't in the rootfs. Maybe getting some libpng12 package installed inside the rootfs will fix this but will just need to be tried.

Sonicadvance1 avatar Oct 17 '22 20:10 Sonicadvance1

I downloaded the latest 21.1 trial and that seemed to work for me. If you manage to get the older version's libraries installed then I see no reason why the old version wouldn't work.

Screen Shot 2022-10-18 at 2 21 37 AM

Sonicadvance1 avatar Oct 18 '22 09:10 Sonicadvance1

Yeah... but with FPGA toolchains, people typically get stuck on an older version. The last version that supported their FPGA or something.

which Ubuntu 22.04 doesn't ship anymore

Did Ubuntu/Debian really drop the libpng12 package? That was quite a common requirement that a lot of binaries assumed would be there. Arch still ships it, and it would be worth shipping in our rootfs.

phire avatar Oct 18 '22 22:10 phire

Yep, it's been removed for quite a while now.

Sonicadvance1 avatar Oct 18 '22 23:10 Sonicadvance1

Would be cool if you could add it I hace downloaded latest version anyway. By the way is Apple Silicon supoort coming for asahi Linux? Thanks for your help!!

JoelSerranoLozano avatar Oct 19 '22 18:10 JoelSerranoLozano

Once Asahi Linux adds support for 4k page size kernels then FEX-Emu will work on it. The hardware specific features of Apple Silicon will require their team to implement kernel support and expose it to userspace.

Sonicadvance1 avatar Oct 19 '22 18:10 Sonicadvance1