Closed qasimali-byte closed 3 years ago
Open up the pro file in QtCreator and try to build with Ctrl+B.
which pro file . there are more than 2,3 pro files
The AN1310.pro
The AN1310.pro what next now ?
The AN1310.pro what next now ?
Well it's up to you, as I see correctly it build both the command line and the gui tool properly.
Thanks man .
can i run this program (Commonds) using python ?
can i run this program (Commonds) using python ?
As it is a command line tool the answer is yes.
You might need to prepend the QExtSerialport's build library to the LD_LIBRARY environmental variable.
can i run this program (Commonds) using python ?
As it is a command line tool the answer is yes.
You might need to prepend the QExtSerialport's build library to the LD_LIBRARY environmental variable.
okay Man, Could you please help me how can i prepend the QExtSerialport's build library to the LD_LIBRARY environmental variable.
Run
export LD_LIBRARY_PATH=<path to your qextserialport build folder>
before you call the cli from python.
Run
export LD_LIBRARY_PATH=<path to your qextserialport build folder>
before you call the cli from python. is that okay ?
Thanks, man for your kind help. GOD Bless you.
I run the Successfully both UI and CLI but in both cases, I got the same Error.AN1310 never stop erasing the flash
hi, Please anyone help me out with how can I compile the programme for QT5,