Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Tycho build for ARM (Raspberry Pi)

Hello,

I already have a tycho build setup for multiple platform (Win 32 & 64, Linux 32 & 64) but I'd like to provide a version for Raspberry PI (running Raspbian).
The Pi uses a ARM processor and trying to run the Linux launcher on it, gives the following error :

"Cannot execute binary file"

Running a "file Goko" command gives the following :
"Goko: ELF 32-bit LSB executable, Intel 80386, version1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.2.5, not stripped"

I had no chance to test it on a regular Intel Linux but I assume it would at least execute the launcher.

Any idea how to add it to Tycho build ?
Could the native launcher be replaced with some command line call ?

I tried and follow https://resheim.net/2013/05/running-eclipse-rcp-applications-on.html, but had no success.I'm not even sure what's the target architecture name (arm, arm6l, .... ?)

Thanks,
Alex,




Back to the top