compilation - Error 127 to compile 'Makefile' -
i'm new linux , i'm using ubuntu run code! when use 'make' command compile 'makefile' error:
make:*** [mod_param.o] error 127
could tell me error , why happen?
thanks in advance!
whenever reading output of build, want go , find first error message. that's important one. once fails, rest of errors might cascading problems first one. in case, message make telling tried compile mod_param.c , didn't work. you'll have @ messages before 1 see why compile failed.
Comments
Post a Comment