Michel Sciortino

Results 4 comments of Michel Sciortino

I have the exact same problem in version 3.0.1. Any news about this?

The missing dependency is the `arm64` version of `libyang` so it needs to be compiled locally on the arm environment. But sadly this is not enough: launching the daemon it...

By inserting ``` set(GCC_SIGNED_CHAR_FLAG "-fsigned-char") add_definitions(${GCC_SIGNED_CHAR_FLAG}) ``` in the main [CMakeList ](https://github.com/polycube-network/polycube/blob/master/src/CMakeLists.txt) file, the code starts working but a new problem comes out: ![image (2)](https://user-images.githubusercontent.com/34399301/70710621-da102f80-1cdf-11ea-8830-ea0ea101ee01.png)

Some months are passed since I've put hands on this but I remember the execution stops here: https://github.com/polycube-network/polycube/blob/1bb4fd9ad79e8fd3d592674933612d58cd8a2450/src/polycubed/src/config.cpp#L496 `getopt_long` returns EOF which gets converted into 255, so the `while` keeps...