make is a command that you should have installed in your system, try installing build-essentials by using sudo apt install build-essentials, that should give you the make command (if not, install cmake and make with apt)
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (4)
Edit /tmp/SP_Flash_Tool_src_6.2208/Build/defines-linux.mk
What is " /Build/defines-linux.mk " ?
Is that a directory I have to make?
L:/tmp/SP_Flash_Tool_v6.2228_Linux$ ls
99-ttyacms.rules Credits.txt 'How to Use.url' libflash.1.0.0.so libsla_challenge.so 'Official Website.url' plugins read_efuse.xml SPFlashToolV6.sh
console_mode.xsd Driver lib libimagechecker.1.0.0.so modemmanagercmd.sh option.ini readback_ui_bak.xsd SPFlashToolV6 write_efuse.xml
and change qmake path to:
There is a Build folder with this file in sources:
not understand this line
$ cd /tmp/SP_Flash_Tool_src_6.2208
$ make
$ cd /tmp/_Output/linux/debug/
$ chmod +x ./SPFlashToolV6.sh
I tryied ./make.sh but not worked showed permission denied
make is a command that you should have installed in your system, try installing build-essentials by using sudo apt install build-essentials, that should give you the make command (if not, install cmake and make with apt)