esp8266.dev.box icon indicating copy to clipboard operation
esp8266.dev.box copied to clipboard

Dev directory stays empty

Open GitCatPixel opened this issue 3 years ago • 1 comments

Hello! First of all thanks for sharing your project!

I must admit though that I have some troubles. When I try to get one of the available projects using the commands below (I am using Windows), the dev directory stays empty.

set PROJECT=sming

vagrant up --provision

How to reproduce

Just pull the current repo and follow the steps of this tutorial and the README.

The initial provisioning did not go as smooth as the tutorial suggests because some tarball repos were down and a python dev package was not installed, but in the end after extensive googling I got it to build gcc and gdb successfully.

Altough I seemingly don't get sming to work. Could you tell me what I did wrong and how I can solve it?

Edit: I just realized that the command above throws an error when I try to get the project:

default: /opt/provision/project/sming/provision.sh: line 2: $'\r': command not found

The SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed. The output for this command should be in the log above. Please read the output to determine what went wrong.

Still I don't know what fails and why, so if somebody could help me I would be very glad!

Q A
Version 90f1ae7 on 12 Sep 2016

GitCatPixel avatar Dec 12 '21 20:12 GitCatPixel

Altough I seemingly don't get sming to work. Could you tell me what I did wrong and how I can solve it?

This repository is quite old and actually you don't need a Vagrant image to start developing with Sming. A better solution would be to directly read the Sming installation instructions and run the install script for your OS.

slaff avatar Dec 13 '21 11:12 slaff