Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Are there any recommended CFLAGS to use when building for the DNS-323 ?
Given the memory limitation, I'm been using -Os and also adding -mcpu=arm926ej-s
But I've no clue if this is helpful or not !
Thanks,
pete
Offline
I always use
-march=armv5te -mtune=arm926ej-s -O2
Things are stable and run great.
Offline
I already know what they do. That's awful presumptuous of you to think I only have one ARM box.
You optimize loosely for an armv5te. I optimize specifically for the DNS-323 but yet still retain use of the binaries on another machine.
Last edited by madpenguin (2010-03-02 22:42:39)
Offline