On 11/09/2017 10:27 AM, Philippe Coval wrote: > On 09/11/17 14:59, 翟墨 wrote: > >> Dear developer: >> I tried to build Iotivity-1.3_rel with arg TARGET_ARCH=arm on >> Rapberry 3 Model B > as said , I don't thing TARGET_ARCH=arm is needed when building on device
if you don't specify it, it is derived from a python query. On my pi2: >>> import platform >>> platform.machine() 'armv7l' which is actually a better answer than TARGET_ARCH=arm >> I don't know what the problem. > if it does not work try to rebuild without security and file a bug > > I can also share you an image for pi3 with examples working It may also help if you build with RELEASE=false if you did not. that enables you to fish out more debug/log information. _______________________________________________ iotivity-dev mailing list [email protected] https://lists.iotivity.org/mailman/listinfo/iotivity-dev
