Bonbon-Chan
Still Fresh
- Joined
- Feb 5, 2009
- Messages
- 23
I have toy a few with crossplatform compiling and I didn't like it (problems with ant script. I have to copy to SD, test, copy to SD, test,...)
So I try to set up my Pandora to compile on it... and I end to screw my NAND .
Now I have reinstall the OS and I want to do something clean. I will move all I can from the NAND to the SD Card (/media/CARD1/). I think I will put everything to /media/CARD1/pandora/.
First thing, the compiler : I have found preinstalled arm-linux-gnueabi-strip, but I didn't find any compiler (arm-linux-gnueabi-cc, cc, gcc, cpp, ...) :huh: Strange... What package should I install ?
Next I will install JDK. For JDK, I think I will install the package then move the folder to the SD Card and do a 'sudo ln -s java6-openjdk /media/CARD1/pandora/java6-openjdk'. But I don't know how to deal with links within the folder (SDCard in fat32... I should buy another SDCard and format this one in EXT2 ?)
Is it safe to move the /usr/include to the SDCard (same problem with links ?). Should I do it before installing extra package ?
For ANT, I have only to add the path on the SDCard to the PATH.
Anyother advice is wellcome.
So I try to set up my Pandora to compile on it... and I end to screw my NAND .
Now I have reinstall the OS and I want to do something clean. I will move all I can from the NAND to the SD Card (/media/CARD1/). I think I will put everything to /media/CARD1/pandora/.
First thing, the compiler : I have found preinstalled arm-linux-gnueabi-strip, but I didn't find any compiler (arm-linux-gnueabi-cc, cc, gcc, cpp, ...) :huh: Strange... What package should I install ?
Next I will install JDK. For JDK, I think I will install the package then move the folder to the SD Card and do a 'sudo ln -s java6-openjdk /media/CARD1/pandora/java6-openjdk'. But I don't know how to deal with links within the folder (SDCard in fat32... I should buy another SDCard and format this one in EXT2 ?)
Is it safe to move the /usr/include to the SDCard (same problem with links ?). Should I do it before installing extra package ?
For ANT, I have only to add the path on the SDCard to the PATH.
Anyother advice is wellcome.