ghitchens / bake

[deprecated] - Configure, compile and share systems, toolchains and linux firmware.
55 stars 3 forks source link

Cannot bake on my ubuntu VM #26

Open ramstein74 opened 8 years ago

ramstein74 commented 8 years ago

image

How i solve it? thank you

fhunleth commented 8 years ago

I don't know about the rebar error, but I'd bring your Erlang and Elixir versions up to date first. Many of us use Erlang Solution's prebuilt versions for Linux: https://www.erlang-solutions.com/resources/download.html.

ramstein74 commented 8 years ago

I think i resolved that problem, however i get another this time about a task missing..

image

mobileoverlord commented 8 years ago

@ramstein74 the release tasks are included in the :nerves app. You should add this app to your deps and your application list. The dep is {:nerves, "~> 0.2.0"} Let me know if that fixes it up for you

mobileoverlord commented 8 years ago

We have been busy consolidating the tooling and settling on a structure for nerves projects, in the meantime, it may be helpful to checkout the latest examples and model projects off their structure. from https://github.com/nerves-project/nerves-examples