Hi, That page needs to be updated (this task is tracked in https://jira.iotivity.org/browse/IOT-364). The build tool was migrated from Makefiles to SCONS. I was able to generate the sample code for Arduinos using this command-line (not tested on the actual board though): $ scons TARGET_OS=arduino TARGET_ARCH=avr BOARD=mega2560
Geoffroy ----------------------------------------------- Intel Corporation NV/SA Kings Square, Veldkant 31 2550 Kontich RPM (Bruxelles) 0415.497.718. Citibank, Brussels, account 570/1031255/09 From: iotivity-dev-bounces at lists.iotivity.org [mailto:[email protected]] On Behalf Of Mike IoT Sent: Sunday, March 08, 2015 12:15 PM To: iotivity-dev at lists.iotivity.org Subject: [dev] How to compile Arduino ATMega 2560 sample Hi I tried to compile Arduino sample. Following "Get Started" of arduino, I did make arduinomega in my <iotivity> directory using my terminal. But it said below. make: *** No rule to make target 'arduinomega'. Stop. Someone, please help me about how to compile arduino mega sample. ======================================================== Step 3: Build Using the terminal window, navigate to <iotivity> directory and execute following command For Arduino ATMega 2560: $ make arduinomega ======================================================== -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20150309/bec251fd/attachment.html>
