nlhans / qt-baremetal

Bare metal programming in QT Creator & QBS for ARM Cortex devices
GNU General Public License v3.0
41 stars 16 forks source link

Replace platform-specific and unnecessary commands #2

Closed i-v-s closed 7 years ago

i-v-s commented 7 years ago

This pull request replaces platform specific command 'cp' with QBS File.copy and elf2lst with arm-none-eabi-objdump that is called with parameter stdoutFilePath. Also its fixes problem with lack of debug symbols on debug builds.