anchao commented on issue #5324:
URL: 
https://github.com/apache/incubator-nuttx/issues/5324#issuecomment-1034713401


   > $ make
   > tools/Unix.mk:49: *** missing separator.  Stop.
   > ```
   
   I can reproduce this issue if the git repo without tag:
   ```
   $ git --version
   git version 2.25.1
   
   $ git tag | xargs git tag -d
   Deleted tag 'nuttx-1.0' (was 0bed0eea9d)
   Deleted tag 'nuttx-1.1' (was b259aced01)
   Deleted tag 'nuttx-1.2' (was a530c85e88)
   Deleted tag 'nuttx-10.0.0' (was c8d523c5f4)
   ....
   
   $ tools/configure.sh -l qemu-intel64:nsh
     Copy files
     Select CONFIG_HOST_LINUX=y
     Refreshing...
   tools/Unix.mk:49: *** missing separator.  Stop.
   ERROR: failed to refresh
   ```
   
   Please check git tag is exist in your repository: 
   
   ```
   $ git fetch origin 
   From github.com:apache/incubator-nuttx
    * [new tag]               nuttx-1.0        -> nuttx-1.0
    * [new tag]               nuttx-1.1        -> nuttx-1.1
    * [new tag]               nuttx-1.2        -> nuttx-1.2
   ....
   
   $ tools/configure.sh -l qemu-intel64:nsh
     Copy files
     Select CONFIG_HOST_LINUX=y
     Refreshing...
   make[1]: Entering directory '/home/archer/code/nuttx/server/incubator-nuttx'
   make[2]: Entering directory 
'/home/archer/code/nuttx/server/incubator-nuttx/boards'
   make[2]: Nothing to be done for 'clean_context'.
   ....
   ```


-- 
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