Closed pureexe closed 12 years ago
Download the arm-none-linux-gnueabi-gcc for windows here: http://www.mentor.com/embedded-software/sourcery-tools/sourcery-codebench/editions/lite-edition/
Change all D:\DevelTools\cndk\bin\arm-none-linux-gnueabi-gcc to your compiler path, example, when you extract it in c:\arm-gcc, you should change it to "c:\arm-gcc\bin\arm-none-linux-gnueabi-gcc".
It was on makeall.bat and make.bat. Run makeall.bat only in the first time, it will compile whole source & library like png, zlib, minzip, etc. It you modify the aroma source code after that, you only need to run make.bat, so it won't make the compile too long...
Thank you So much :D
REM "D:\DevelTools\cndk\bin\arm-none-linux-gnueabi-gcc" = Change to arm-none-linux-gnueabi-gcc PATH D:\DevelTools\cndk\bin\arm-none-linux-gnueabi-gcc -Os -static -fdata-sections -ffunction-sections -Wl,--gc-sections -Wl,-s -Werror src/.c obj/.o -o build/aroma -lm -lpthread
What is this?
Can you tell more detail "How to compile?" for me? Sorry for my bad english.