Hi Matt, > What c-cross-compiler-tool chain do you use? Arduino or winavr for atmel, windev for ARM. All gcc compilers that support the target at hand. I have on experience with JAT on PIC targets.
> Maybe you can give me a > small amount of knowledge and I can go from there. What do I need to > do to get one running? I've told this already a few times: . What you do need is to setup a c-cross-compiler-tool chain for your . particular target and write a c program to verify this works, e.g. to . blink a led. Once you have done this, take a look at jat and build.bat . to see how these should be adapted for your target. Albert and William ported pic32 and ARM without any additional info. So I guess it requires experience with embedded C development. As I said, I am willing to answer a question every now and then, but at this point it feels a bit like my 12 year old daughter asking questions about the ignition of the car since she wants to take it to Brussels... Anyway, read the old messages on JAT to learn all about the JAT-specific details. You might want to look into C programming (pointer, structs) and into Anltr3 if you are going to work on JAT itself. This thread, started a few months after I abandoned JAT developement, probably has the best wrap-up of the current status: http://groups.google.com/group/jallib/browse_thread/thread/b8911abe1f4df3be/bc8f147d387c72e0?hl=en&lnk=gst&q=jat+presentation#bc8f147d387c72e0 Joep -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
