Skip to main content
Visitor II
March 27, 2020
Solved

DISTRIBUTION PACKAGE : Adding a "hello world" user space example ERROR

  • March 27, 2020
  • 1 reply
  • 907 views

Hello,

I'm new on STM32MPU and I trying this tutorial :

https://wiki.st.com/stm32mpu/wiki/How_to_cross-compile_with_the_Distribution_Package#Adding_a_-22hello_world-22_user_space_example

I'm stuck at point 7 (Adding a "hello world" user space example) because when I run this command : devtool deploy-target -s myhelloword1 root@192.168.7.1 there is an error :

ERROR: No files to deploy - have you built the myhelloword1 recipe? If so, the install step has not installed any files.

I followed the tutorial, create the hello_world_example folder and add the .c file (anyway no make file is present), add the recipe and modified it according with the tutorial.

Any suggestions ?

Thanks

Riccardo

    This topic has been closed for replies.
    Best answer by mleo

    Hi Ricardo,

    before running

    devtool deploy-target -s myhelloword root@<board ip address>

    run first

    devtool build myhelloworld

    this command is missing on the wiki page

    BR,

    Milan

    1 reply

    mleoAnswer
    Visitor II
    March 30, 2020

    Hi Ricardo,

    before running

    devtool deploy-target -s myhelloword root@<board ip address>

    run first

    devtool build myhelloworld

    this command is missing on the wiki page

    BR,

    Milan