I have only written blinking LED programs in KDE using Processor Expert on my twrk53dn512 board. I want to test the twrpi-slcd. So I downloaded mqx4.2 and wish to run a demo or example program. I get ".elf file not found" . Any suggestions? Thanks.
Hello James,
Every application/example in MQX RTOS has one associated working set description file which includes the path to the example project file and the dependent MQX RTOS library project file. Simply import that file into KDS working space. For example with Hello World example of MQX RTOS for FRDM-K64F120M BSP import file
<mqx_install_dir>/mqx/examples/hello/build/kds/hello_frdmk64f/hello_frdmk64f.wsd
using File\Import\MQX\Import Working Sets menu. The MQX RTOS library projects and Hello World example project will be imported into KDS IDE working space together with build configurations settings.
First, build MQX RTOS libraries by left-clicking the project file in the Project Explorer tab view and click the hammer icon (in red) and then select the target to build.
After the user is finished building the MQX RTOS libraries (bsp and psp in this case), select the hello project and build different target with different memory configuration.
Have a great day,
Sol
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------