On Mon, Jun 20, 2016 at 5:28 AM, Daleep Singh Bais <[email protected]> wrote:
> Dear All,
>
> I am getting below error message while trying to build Jewel on ARM. Any
> help / suggestion will be appreciated.
>
> g++: error: unrecognized command line option '-momit-leaf-frame-pointer'
> g++: error: unrecognized command line option '-momit-leaf-frame-pointer'
>   CC       db/builder.o
> g++: error: unrecognized command line option '-momit-leaf-frame-pointer'
> Makefile:1189: recipe for target 'db/builder.o' failed
> make[5]: *** [db/builder.o] Error 1
> make[5]: *** Waiting for unfinished jobs....
>   CC       db/c.o
> g++: error: unrecognized command line option '-momit-leaf-frame-pointer'
> Makefile:1189: recipe for target 'db/c.o' failed
> make[5]: *** [db/c.o] Error 1
> make[5]: Leaving directory '/ceph_build/ceph/src/rocksdb'
> Makefile:32669: recipe for target 'rocksdb/librocksdb.a' failed
> make[4]: *** [rocksdb/librocksdb.a] Error 2
> make[4]: *** Waiting for unfinished jobs....

Well, that's in rocksdb, and googling for "momit-leaf-frame-pointer"
the fourth result I see is
https://github.com/facebook/rocksdb/issues/810

So check that out?
-Greg
PS: And my fifth result is http://tracker.ceph.com/issues/15692, so
update that if you figure something out please! :)
_______________________________________________
ceph-users mailing list
[email protected]
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to