On Tuesday 30 March 2010 17:56:29 Nordin wrote:
It stops there and nanoBTS keeps blinking green light. When running an older version (without libosmocore), it works well. Is this a familiar behaviour, any idea?
Oh, could you try a git bisect on the master branch then?
Something like this could work
$ git bisect libosmocore (this will limit revs to the library) $ git bisect good GOOD_VERSION of libosmocore $ git bisect bad HEAD
then on each step try to build libosmocore and openbsc and try.
thanks z.