Buildroot dependency missing
See original GitHub issueHi,
To get the build working on Ubuntu 18-04, I had to add:
sudo apt-get install libelf-dev
Then it finished but with one error: create: command not found
, but I guess just a missing comment
0+0 records in
0+0 records out
0 bytes copied, 0.0003471 s, 0.0 kB/s
./build.sh: line 47: create: command not found
Welcome to fdisk (util-linux 2.34).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
Device does not contain a recognized partition table.
Created a new DOS disklabel with disk identifier 0x6f584148.
Command (m for help): Created a new DOS disklabel with disk identifier 0x9431d0e0.
Command (m for help): Partition type
p primary (0 primary, 0 extended, 4 free)
e extended (container for logical partitions)
Select (default p): Partition number (1-4, default 1): First sector (2048-819199, default 2048): Last sector, +/-sectors or +/-size{K,M,G,T,P} (2048-819199, default 819199):
Created a new partition 1 of type 'Linux' and of size 399 MiB.
Command (m for help): Selected partition 1
The bootable flag on partition 1 is enabled now.
Command (m for help): The partition table has been altered.
Syncing disks.
A virtual block device has been created for snakeware.img.
Use lsblk to find the number of this device and run ./img_final.sh <num>
Example: ./img_final.sh 0 for loop0
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
The Buildroot user manual
Just type this number to directly jump to the entry, or to the containing menu in case the entry is not selectable due...
Read more >Buildroot Dependencies are Missing - Marvell ESPRESSObin
I discovered that that build itself is missing mandatory dependencies it pulls during the compile. Here is a snapshot of the error:.
Read more >Missing Git Repository dependency for package in BuildRoot
I'm currently working on a project that utilizes compiling an embedded Linux image using BuildRoot for a BeagleBone Black OBC, ...
Read more >Packages missing in buildroot menuconfig? : r/embeddedlinux
Being pretty new to build root I wonder if I am missing something obvious. I am trying to add wget to the package...
Read more >[Buildroot] Libpng missing a link dependency in 2017-08?
[Buildroot] Libpng missing a link dependency in 2017-08? Steve Kenton skenton at ou.edu. Wed Nov 1 01:01:29 UTC 2017. Next message (by thread):...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I am currently working on a script to create a fresh chroot for snakeware development, which should help with making sure nothing from the real host bleeds over.
It’s almost done. It just needs testing to make sure everything builds in it. If you are willing to help, I’ll upload it somewhere.
yes please share! I cloned your branch and trying right now. Failed => added a comment in your PR.