Keil Code bundle Example on Olimex LPC-E 2468 board

Hi,

I have the olimex LPC E-2468 board and I want to test the examples provided by the

keil for the same processor by using the gnu compiler but I think because of the startup code

I am not able to test the examples from keil.

what should we change in the startup code or what would be the best solution?

thanks in advance.

regards,

faisal.

Indeed, the startup assembly code for the Keil and the GNU compilers are not compatible. Look through the Keil files; there are some startup files for GNU compilers located somwhere deep into the directory structure. Another thing you can try is set uVision to use a GCC compiler and then create a new project; uVision will then automatically copy the startup files for the GCC compilers.