olegk0 opened a new issue #5324:
URL: https://github.com/apache/incubator-nuttx/issues/5324


   when i try run make it fails with error 
   
   **tools/Unix.mk:49: *** missing separator.  Stop.**
   
   it probably depends on build tools versions
   
   I solved my problem in the following way 
   
   ```
   --- a/Unix.mk        2022-01-24 12:57:33.708192426 +0300
   +++ b/Unix.mk        2022-01-24 12:57:17.859721267 +0300
   @@ -46,8 +46,9 @@
    # Only update .version if the contents of version.tmp actually changes
    # Note: this is executed before any rule is run
    
   -$(shell tools/version.sh .version.tmp)
   +$(shell `tools/version.sh .version.tmp`)
   
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to