'How to fix error 'make g : command not found'?

I got following error.

make
g device/My_Kernel.cl -v My_Kernel.aocx
make: g: Command not found
Makefile:158: recipe for target 'My_Kernel.aocx' failed
make: [My_Kernel.aocx] Error 127 (ignored)

How to fix it?



Solution 1:[1]

vi /tpch/dbgen/Makefile
CC = gcc

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Hovin