Patrick Williams
Patrick Williams
None of those look like warnings. Is there more to the build log? Please upload text to a service like `gist.github.com` (or paste here) rather than attempting to take screenshots.
It seems like the only warning is this: ``` /root/sdk/romulus-2022-06-06/sysroots/arm1176jzs-openbmc-linux-gnueabi/usr/include/features.h:412:4: error: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Werror=cpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) |...
Oh... There is a `-O2` and then later there is a `-O0`. Any ideas where the `-O0` is coming from? Have you set any `CFLAGS` or `CXXFLAGS` environment variables? Can...
> @manikandan-e i'm building on romulus. Here's the output with `meson build -Dbuildtype=debugoptimized` > > https://gist.github.com/hayleyyan/8778ba844a9e7e789f01f3dab5df4f0a Seems good now... There is just a warning about an unused variable.
> Seems like some files were built but some weren't? ``` ../bmc_state_manager_main.cpp: In function ‘int main(int, char**)’: ../bmc_state_manager_main.cpp:9:14: error: unused parameter ‘argc’ [-Werror=unused-parameter] 9 | int main(int argc, char**) |...
Agreed it would be desirable. I've previously looked into it myself and I don't see it as possible without a change to buildroot. Buildroot doesn't support config fragments and it...
@stewart-ibm - Is this the distro that had a broken PERL XML parser that we had to work around?
Is this still a problem? @shenki - Sounds like a buildroot base problem.
> Sorry, I don't have details for the SHA1 and was unable to learn if this is a regression. Don't you know what code was used in the test? You...