> 2011/5/16 mattschinkel <[email protected]>:> The point in using JAT > for me, is to stay away from C, but use a > > larger, faster processor. > > If this is your aim, I am afraid you will be disappointed with JAT. > As I said, it is a proof of concept (not even beta) and I abandoned > development. I'm willing to answer a question every now and then on > the subject if someone intends to continue on this project. But I am > too busy to spent any significant time on this (even if I wanted to).
I do realize I will need to get into C if I wish to work on this, but it would be nice to use JAL libraries. > Of course it could be interesting to run the sample code on an > existing target. I'd recommend you take an arduino board + arduino > development environment for this. Anything beyond this will require > knowledge of the c-cross-compiler tool-chain of your specific target. Arduino doesn't use PIC and I don't have a programmer for other processors. However, Pinguino IDE (same as Arduino IDE) does support 18f4550 only. I was able to compile a small program on Pinguino IDE. Maybe I can do PIC32 under Pinguino IDE? > > Jeop, I installed GCC (on windows). Actually MinGW. Then ran > > build.bat. > > MinGW is a windows compiler. You don't need this unless you are going > to work on the JAT source code. > 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. What c-cross-compiler-tool chain do you use? 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? Thanks for your assistance Joep! Matt. -- 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.
