Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hello people, im new in this forum.
First of all thank you for all that amazing stuff!
Second i want to make some software and my question is: what can i use to cross compile software for the DNS-323?
Im on linux x86_64 atm.
Thanks
Offline
if you use gentoo you can run crossdev to generate a full toolchain easily. if not, i'd recommend not to try setting up one on your own. instead dont use cross compiling, but the toolchain in fonz funplug or in debian.
Last edited by oxygen (2011-05-19 22:48:18)
Offline
Perfect im on Sabayon linux (gentoo based).
What should i set between:
arm-unknown-linux-gnu: Support for embedded devices based on ARM chips. arm-softfloat-elf: For embedded devices with ARM chips without hardware floats arm-elf: For embedded devices with ARM chips with hardware floats
And the best configuration of these software?
--b 2.17 # specifies the version of binutils --g 4.2.3 # specifies the version of gcc --l 0.98.3-r2 # specifies the version of the tuple-specified libc --k 2.6.37 # specifies the version of the kernel headers
Last edited by r00t.ati (2011-05-20 12:23:58)
Offline
look it up on your dns-323, i cannot as im running native debian on my dns-323
for debian squeeze it would e.g.:
crossdev arm-linux-gnueabi --gcc 4.4.5 --kernel 2.6.32 --binutils 2.20.1 --libc 2.11.2
Last edited by oxygen (2011-05-20 17:07:29)
Offline