I've also spotted another issue. The build attempts to execute the load command before trying to build the files that will get uploaded.
That is probably not very good. And for a dev who's gotten it to work they will be uploading an old version before building a new. Sounds like a recipe for confusion and bugs. On 03/18/2015 11:56 PM, Jon A. Cruz wrote: > If that's the solution, then it should really be the default. > > We need to be sure that all devs can run it easily, and also that the > build servers won't have any problems. > > On 03/18/2015 10:28 PM, Abhishek Sharma wrote: >> Hi Jon >> >> Please use "UPLOAD=false" when invoking scons build to skip uploading. >> >> For ex: >> >> scons TARGET_OS=arduino TARGET_TRANSPORT=ETHERNET TARGET_ARCH=avr >> BOARD=megaADK >> ARDUINO_HOME=<path_to_arduino_installation> *UPLOAD=false* >> >> Regards >> >> Abhishek Sharma >> >> ------- *Original Message* ------- >> >> *Sender* : Jon A. Cruz<jonc at osg.samsung.com> >> >> *Date* : Mar 19, 2015 07:14 (GMT+05:30) >> >> *Title* : [dev] Blocker issue for Arduino builds >> >> Hi, >> >> I've hit a major blocking issue with Arduino builds on the >> connectivity-abstraction branch. The build fails if there is not an >> active Arduino board connected at the time. >> >> Given that I'm not at the same location as my Arduino boards, this is >> preventing me from working on the code. >> >> https://jira.iotivity.org/browse/IOT-405 >> >> >> -- >> Jon A. Cruz - Senior Open Source Developer >> Samsung Open Source Group >> jonc at osg.samsung.com >> _______________________________________________ >> iotivity-dev mailing list >> iotivity-dev at lists.iotivity.org >> https://lists.iotivity.org/mailman/listinfo/iotivity-dev >> > -- Jon A. Cruz - Senior Open Source Developer Samsung Open Source Group jonc at osg.samsung.com
