I have my package compiled in SDK.And install it successfully taht i can find it under the dir of bin.But when i run ./**(** is program name ) ,"-ash: ./*** not found". I have run another package succefully almost the same as the ** ,so i dont know why. Anyone can help.thanks!
Topic: why "-ash: ./*** not found"
The content of this topic has been archived on 30 Mar 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.
Page 1 of 1
I have found out the problem.Take care of the makefile.Try to add $(CXX) $(LDFLAGS) and $(CXX) $(CXXFLAGS) instead of just a CXX command. That's the problem.Hope to help anyone has the same problem.
The discussion might have continued from here.
Page 1 of 1