On Mon, Dec 14, 2015 at 4:10 PM, Robert Nelson <[email protected]> wrote: > On Mon, Dec 14, 2015 at 4:09 PM, Bremenpl <[email protected]> wrote: >> The point is I dont want to write code on the BeagleBone Black itself. Is >> it, lets say, possible to remote debug in qtcreator on host machine, but >> build on beagle? That is the case. I have always done it like this in >> eclipse: >> >> build on host, >> scp to beagle >> remote run/ debug >> >> Would this work in this case? > > Just export your qtcreator project with the ".pro" file, tar it up, > copy to bbb, extract and run qmake
Also the obvious other solution.. Use git* to store your project, build test develop on your x86, clone/pull on your bbb and rebuild.. * This is kinda development 101, so i usually assume people already do this... Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
