Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation troubles #22

Closed
pastukhov opened this issue Sep 24, 2015 · 4 comments
Closed

Compilation troubles #22

pastukhov opened this issue Sep 24, 2015 · 4 comments
Assignees
Labels

Comments

@pastukhov
Copy link

with sh make.sh i'm getting Makefile:18: *** Use make.sh to build project within docker container. To build against locally installed ESP SDK define SDK_FLAVOUR (with RTOS or OSS value) enviroment variable. Stop.
with sh make.sh RTOS :

Unable to find image 'docker.cesanta.com:5000/esp8266-build-rtos:1.2.0-cesanta-r4' locally
1.2.0-cesanta-r4: Pulling from docker.cesanta.com:5000/esp8266-build-rtos
a8c34f0f9db9: Pull complete 
46745474f5aa: Pull complete 
7163ab7a738c: Pull complete 
3885a86c7f89: Pull complete 
fee9f8ef6b54: Pull complete 
00603c7e53a4: Already exists 
6071b4945dcf: Already exists 
5bff21ba5409: Already exists 
e5855facec0b: Already exists 
8251da35e7a7: Already exists 
09415d9209b6: Already exists 
039ea637f66d: Already exists 
56628a10fdaa: Already exists 
95fd921a6c96: Already exists 
82e9bde453bb: Already exists 
0c2a69e609b2: Already exists 
0f277c74a47a: Already exists 
a53cf678171e: Already exists 
f24ef6cf7338: Already exists 
5ea338a5df36: Already exists 
Digest: sha256:53f1eb6cd4829df09b0918158bf11f18cedd3542d86c8f0e050ca1af3a3c5824
Status: Downloaded newer image for docker.cesanta.com:5000/esp8266-build-rtos:1.2.0-cesanta-r4
  CC user/c_sscanf.c -> build/c_sscanf.o
  CC user/dht11.c -> build/dht11.o
  CC user/disp_task.c -> build/disp_task.o
  CC user/disp_task_net_test.c -> build/disp_task_net_test.o
  CC user/esp_coredump.c -> build/esp_coredump.o
user/esp_coredump.c:14:20: fatal error: base64.h: No such file or directory
 #include "base64.h"
                    ^
compilation terminated.
make: *** [build/esp_coredump.o] Error 1
@pastukhov pastukhov changed the title Compilation instructions Compilation troubles Sep 24, 2015
@max-mapper
Copy link

I get a similar, but different, error when running the same thing (on ubuntu 14.04 x64)

max@burrito:~/smart.js/platforms/esp8266$ sudo sh make.sh
Unable to find image 'docker.cesanta.com:5000/esp8266-build-oss:1.3.0-cesanta' locally
Pulling repository docker.cesanta.com:5000/esp8266-build-oss
2015/09/25 17:51:06 HTTP code: 404

@mkmik
Copy link
Contributor

mkmik commented Sep 26, 2015

@maxogden by any chance, did you try to docker login docker.cesanta.com:5000 ?

Could you try to run?

grep docker.cesanta.com ~/.docker/config.json ~/.dockercfg

@mkmik mkmik self-assigned this Sep 26, 2015
@mkmik mkmik added the bug label Sep 26, 2015
@cpq cpq closed this as completed Sep 26, 2015
@mkmik mkmik reopened this Sep 26, 2015
@mkmik
Copy link
Contributor

mkmik commented Sep 26, 2015

OSS build works, RTOS still broken:

make: *** No rule to make target `mongoose.c', needed by `build/mongoose.o'.  Stop.

@cpq
Copy link
Member

cpq commented Sep 27, 2015

cc18d18 fixed this.
Thanks @mmikulicic , @pastukhov , @maxogden

@cpq cpq closed this as completed Sep 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants