libremesh / lime-sdk

LibreMesh software development kit
http://libremesh.org/
GNU General Public License v3.0
50 stars 36 forks source link

Cook appears successful but no files are generated #100

Open patogit opened 5 years ago

patogit commented 5 years ago

Both --remote and local appear to create firmware but the output directory is empty. I can't find the prepared firmware anywhere.

[user@system lime-sdk]$ ./cooker -c ar71xx/generic --profile=tl-wdr4300-v1 --flavor=lime_default --remote
[... lots of stuff...]
-> Firmware for target ar71xx/generic, profile PROFILE=tl-wdr4300-v1 and flavor lime_default cooked!
Find the binaries in /run/media/user/linux-home/git-dev/LibreMesh-GitHub/lime-sdk/output/ar71xx/generic/tl-wdr4300-v1/lime_default directory
[user@system lime-sdk]$ ls output/ar71xx/generic/tl-wdr4300-v1/lime_default/ -alh
total 8.0K
drwxr-xr-x 2 user user 4.0K Jun 28 21:34 .
drwxr-xr-x 3 user user 4.0K Jun 28 21:34 ..
[user@system lime-sdk]$ 

local build:

[user@system lime-sdk]$ ./cooker -c ar71xx/generic --profile=tl-wdr3500-v1 --flavor=lime_default
[... lots of stuff ...]
-> Firmware for target ar71xx/generic, profile PROFILE=tl-wdr3500-v1 and flavor lime_default cooked!
Find the binaries in /run/media/user/linux-home/git-dev/LibreMesh-GitHub/lime-sdk/output/ar71xx/generic/tl-wdr3500-v1/lime_default directory
[user@system lime-sdk]$ ls output/ar71xx/generic/tl-wdr3500-v1/lime_default/ -alh
total 8.0K
drwxr-xr-x 2 user user 4.0K Jun 28 20:50 .
drwxr-xr-x 3 user user 4.0K Jun 28 20:50 ..
[user@system lime-sdk]$ 

Am I on the wrong branch?

[user@system lime-sdk]$ git status
On branch develop
Your branch is up to date with 'origin/develop'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)

    last-build.log

nothing added to commit but untracked files present (use "git add" to track)