01-30-2013 03:07 PM
How do you set and where do you set in the SDK 14.4 the gmake path? I'm trying to port a project from windows environment to Linux Ubuntu and have run into this error.
01-31-2013 01:32 PM
After some digging I found the answer in another post. The problem is that Ubuntu doesn't supply gmake, only make so enter the following command: sudo ln -s /usr/bin/make /usr/bin/gmake and you'll be able to compile your bsp.
01-31-2013 01:32 PM
After some digging I found the answer in another post. The problem is that Ubuntu doesn't supply gmake, only make so enter the following command: sudo ln -s /usr/bin/make /usr/bin/gmake and you'll be able to compile your bsp.
01-06-2014 09:59 AM
01-20-2014 05:19 PM
great that was quick!.. thanks for posting the solution.
12-09-2015 10:29 AM
I had this problem with SDSOC 2015.2 running ubuntu 14.04
06-24-2019 04:59 AM
Thankssssssssssssssssssssssssssss aloooooooooot man. I have been through this problem for couple of days and just now I could solve it by adding this line. Thank you.