Hi, i program in windows using keil, but uVision isn't available for Ubuntu/Linux so i have to use arm-gcc , i got confused by google results, i got the package : gcc-arm-none-eabi but i don't know what to do with it. how can i compile my program to a .bin with starting address of 0x2000 so i can upload it on my board (NXP LPC1768 board)? and i don't think that will make any changes in my codes, right? i mean you can compile the same c code with MinGW or GCC!
Recommend two way to develop on this board :
1. mbed LPC1768 | mbed
Or
2. gcc-arm-none-eabi (cross compiler) + IDE like Eclipse + JTAG as recommended jensbauer