Hayley Yan

Results 5 comments of Hayley Yan

Hello @NodeMan97 I followed the steps from the github repository mentioned above but it seems like it needs an updated version of boost_serialization? (1.79.0 vs 1.80.0) ``` | Could not...

Here's the full output when i run `ninja -C build` https://gist.github.com/hayleyyan/4f352a884c4cc45eeee1afb0f4b4da04

I didn't set any of those environment variables but it seems the SDK have set them to the following: ``` echo $CFLAGS -O2 -pipe -g -feliminate-unused-debug-types echo $CXXFLAGS -O2 -pipe...

@manikandan-e i'm building on romulus. Here's the output with `meson build -Dbuildtype=debugoptimized` https://gist.github.com/hayleyyan/8778ba844a9e7e789f01f3dab5df4f0a

When i'm trying to do the next command in `Load the Application Into QEMU`, it's returning the following: ``` root@hayley-VirtualBox:/home/hayley/repo/phosphor-state-manager/build# arm-openbmc-linux-gnueabi-strip phosphor-bmc-state-manager arm-openbmc-linux-gnueabi-strip: 'phosphor-bmc-state-manager': No such file ``` Here's all...