-
Notifications
You must be signed in to change notification settings - Fork 220
Cannot build - stop at LINK build/bootloader.elf #180
Comments
That's normal. Few of things to check:
|
hi @MrSurly I guess I'll scrap this box and start from scratch tomorrow :D u. |
Write down your steps, post here, and I'll try it.
…On Sep 12, 2017 3:35 PM, "Ubi de Feo" ***@***.***> wrote:
hi @MrSurly <https://github.com/mrsurly>
I have indeed done a recursive submodule update.
I guess I'll scrap this box and start from scratch tomorrow :D
thanks for the tips
u.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#180 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAYHCIP2k3gFDkdC-C-ufpkhiMHI83P7ks5shwczgaJpZM4PVT1h>
.
|
Ummm, yeah, the ESPIDF variable being inserted into the build path is
what causes #142so I'm pretty keen to clean it up, but it's normal and works fine on
*nix.
eg: I have a file
`/home/nick/Work/esp32/micropython-
esp32/esp32/build/bootloader/home/nick/Work/esp32/esp-
idf/components/bootloader/src/main/bootloader_start.o`
on my computer. Does it look like your build system is creating these
directories?
|
Right, and @ubidefeo states he's using Ubuntu, which is why I'm puzzled it doesn't work for him. I'm OK with trying this out in vagrant myself, and troubleshooting. Also, it's odd that it fails at the link stage, especially since the |
@ubidefeo Does your build line look something like this?
|
@nickzoic , the directories get created, but nothing's in them after the error is thrown
I use a
I'm having my morning coffee and then I'll give it a go on a fresh machine :) |
so...
I get past that error, but then another can of worms opens
any of this happened to anyone? |
scratch that!
I got a build!
|
I'm coming to this thread a bit late, but to help explain: in a recent IDF update the |
No worries (and thanks @projectgus), we keep our ESP-IDF version pinned for a reason :-) |
I have followed all the instructions.
Using a vagrant provisioned machine
Distributor ID: Ubuntu
Description: Ubuntu 14.04.5 LTS
Release: 14.04
Codename: trusty
it all seems to work fine, but when it comes to building the bootloader the ESPIDF variable gets expanded into a path and it messes it up
at this point probably the ESPIDF should not be used in the path, and I think it comes from ESPCOMP in BOOTLOADER_OBJ
Can anyone help out?
I'd really like to build this, as I'm having issues with the precompiled binary's file system
/flash
mount.Thanks :)
The text was updated successfully, but these errors were encountered: