cancel
Showing results for 
Search instead for 
Did you mean: 

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

RStra
Associate III

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

1 ACCEPTED SOLUTION

Accepted Solutions
mleo
Senior II

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

View solution in original post

1 REPLY 1
mleo
Senior II

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