Forum Discussion
Altera_Forum
Honored Contributor
8 years agoCompiling OpenCL kernel in Fedora 28
Hi, I have installed OpenCL SDK in my Fedora 28. But while trying to compile the kernel I am getting the following linking error, --- Quote Start --- [sumanish@black vector_add]$ ao...
JosephC_Intel
Contributor
7 years agoHi Sumanish,
This (/usr/bin/ld: cannot find crtbeginS.o: No such file or directory ) indicates that the system is looking for that .o file during the emulator installation.
Most probably, you need to have libgcc 4.9 on yours Linux environments based on Fedora 28. It is either downgrade (F28 running GCC8) your fedora OS that runs on libgcc 4.9 or get libgcc 4.9 version up and run on your existing Linux OS.
Or do a yum search gcc* and then yum install gcc<4.9> version of GCC.
Good Luck!
Thanks,
JosephC
Intel Customer Support
Sales Marketing Group