Yes you are right, that was a typo which I actually had spotted but forgot to correct while posting the comment. Unfortunately I had no better luck with the correct board name i.e. STM32F3DISCOVERY . Nor with STM32F4DISCOVERY or ESPRUINO_1V3=1. I copy-pasted the boardname from the makefile just to make sure. All give the same errors.
asko@asko-desktop:~/Espruino-master$ STM32F3DISCOVERY=1 RELEASE=1 make
Traceback (most recent call last):
File "scripts/get_binary_name.py", line 40, in
print common.get_board_binary_name(board)
File "/home/asko/Espruino-master/scripts/common.py", line 247, in get_board_binary_name
AttributeError: 'module' object has no attribute 'check_output'
Makefile:300: *** Unable to work out binary name (PROJ_NAME). Stop.
asko@asko-desktop:~/Espruino-master$
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Yes you are right, that was a typo which I actually had spotted but forgot to correct while posting the comment. Unfortunately I had no better luck with the correct board name i.e. STM32F3DISCOVERY . Nor with STM32F4DISCOVERY or ESPRUINO_1V3=1. I copy-pasted the boardname from the makefile just to make sure. All give the same errors.
asko@asko-desktop:~/Espruino-master$ STM32F3DISCOVERY=1 RELEASE=1 make
Traceback (most recent call last):
File "scripts/get_binary_name.py", line 40, in
File "/home/asko/Espruino-master/scripts/common.py", line 247, in get_board_binary_name
File "/home/asko/Espruino-master/scripts/common.py", line 237, in get_version
AttributeError: 'module' object has no attribute 'check_output'
Makefile:300: *** Unable to work out binary name (PROJ_NAME). Stop.
asko@asko-desktop:~/Espruino-master$