|
Re: Om2m building on Raspberry pi board [message #1649738 is a reply to message #1649690] |
Wed, 04 March 2015 08:32  |
Eclipse User |
|
|
|
Hello Ravi,
This error happens because the eclipse native launcher for arm is not available.
But since OM2M is a java platform, It is independent of the OS and system architecture .
So, a more easy solution is to build OM2M directly on your machine without including the native launcher (The native launcher is pretty useless).
To do this, go to the GSCL product, open the "om2m.product" file, then unchecked "the product includes native launcher" check-box.
Save the file, and build OM2M.
Now copy the GSCL product on your rasberry pi.
You can start the GSCL directly by invoking the JVM (without the need for the native launcher) as follows:
java -jar -ea -Declipse.ignoreApp=true -Dosgi.clean=true -Ddebug=true plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar -console -noExit
For more details take a look at our tutorial: https://wiki.eclipse.org/OM2M/Starting
Of course, you can also build OM2M by following the same step directly on your raspberry pi if you want.
At the end of this month, we will publish the OM2M 1.0.0 release with enhanced performance for Raspberry pi and Beaglebone Black.
For more information you can find our Roadmap here: https://wiki.eclipse.org/OM2M/Roadmap
Hope this can help,
Mahdi
[Updated on: Wed, 04 March 2015 15:42] by Moderator
|
|
|
Powered by
FUDForum. Page generated in 0.10682 seconds