openbmc / docs

OpenBMC Documentation
Creative Commons Attribution 4.0 International
267 stars 305 forks source link

OpenBMC Hello World in SDK #48

Closed gchik closed 4 years ago

gchik commented 4 years ago

I'm newbie in OpenBMC. I started from the begining: https://github.com/openbmc/docs/tree/master/development and successfully made first step - Development Environment Setup. Now I'm trying to build Hello World in SDK (https://github.com/openbmc/docs/blob/master/development/sdk-hello-world.md). When I use command:

./configure ${CONFIGURE_FLAGS}

I get ERROR

... checking for PHOSPHOR_DBUS_INTERFACES... no configure: error: Package requirements (phosphor-dbus-interfaces) were not met:

No package 'phosphor-dbus-interfaces' found

What is this error means? What I need to do to fix it?

geissonator commented 4 years ago

I tried this over the weekend. I had a windows box, I installed Ubuntu 18, installed the pre-reqs into it and went through the doc process. It worked, but I did notice that the name of the SDK file has changed. I updated https://gerrit.openbmc-project.xyz/c/openbmc/docs/+/25701 with this change.

williamspatrick commented 4 years ago

Closing as resolved.