[solved]Crosscompile for R7000

4 posts / 0 new
Last post
googles
googles's picture
[solved]Crosscompile for R7000

Please Help me Crosscompiling own Programms for the Netgear R7000.

I am using Kong Mod SVN revision 24500M. After hours of searching the Web

I figured out that the only toolchain that works is toolchain-arm_cortex-a9_gcc-4.9-linaro_musl-1.1.2_eabi from the ddwrt toolchain tar Archiv.

But I can execude Programms but they dont work whithout Problems.

I have compiled a HelloWorld Programm but I cant see any Output on Console.

and also --help texts from programs dont work.

Please help me to find a corect Tollchain for the R7000 Kongmod Musl Api.

PS: Also termio.h is missing.

Thanks

Thomas

Subhra
Subhra's picture
What about general busybox

What about general busybox commands (viz. "ls")?? Are they working properly??

googles
googles's picture
I have solves the Problem.

I have solves the Problem.

I am using this Toolchain:

https://e82b27f594c813a5a4ea5b07b06f16c3777c3b8c.googledrive.com/host/0B...

and a simple HelloWorld works now.

I copied the LinuxHeaders from the ddwrt Toolchain and compiled my Program and it works.

But I dont understand why the ddwrt Toolchain not works.

Subhra
Subhra's picture
Nice to here that you solved

Nice to here that you solved the problem yourself.
I was able to compile the DDWRT source code for R7000 using "toolchain-arm_v7-a_gcc-4.7-linaro_uClibc-0.9.33.2_eabi" as toolchain.