[Solved] How to crosscompile ohnet for LINUX - ARMHF for ARMv7
|
01-02-2015, 12:55 AM
(This post was last modified: 01-02-2015 11:44 AM by ChriD.)
Post: #1
|
|||
|
|||
[Solved] How to crosscompile ohnet for LINUX - ARMHF for ARMv7
Hi,
I know its possible to crosscompile ohnet to Linux ARM (soft float, cross-compiled from x86 host) I want to compile it on Linux ARMHF (hard float, cross-compiled from x86 host) What do i have to change in the makefile? does it make sense to change this 2 lines for my needs? ( i do have installed the gcc/g++ compiler for arm and armhf in version 4.8) Code: # Figure out platform, openhome_system and openhome_architecture Is the possible? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
[Solved] How to crosscompile ohnet for LINUX - ARMHF for ARMv7 - ChriD - 01-02-2015 12:55 AM
RE: How to crosscompile ohnet for LINUX - ARMHF for ARMv7 - simoncn - 01-02-2015, 09:15 AM
RE: How to crosscompile ohnet for LINUX - ARMHF for ARMv7 - ChriD - 01-02-2015, 11:43 AM
|