emWin linking with GNU Tools for ARM

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

emWin linking with GNU Tools for ARM

791 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by jamese on Tue Jan 22 08:09:49 MST 2013
I am using the emWin516 library with an NXP LPC18xx. I'm successfully compiling with IAR embedded workbench by linking to emWin_516_IAR640_M3_LE.a

My trouble is I now need to change the compiler from IAR to instead use GNU Tools for ARM (https://launchpad.net/gcc-arm-embedded).

The emWin library folder has 4 subfolders:
EmbeddedWorkbench_6
LPCXpresso_4
uVision_4
VisualStudio_2010

I expected to find a sub folder for GNU tools for ARM, but maybe I am misunderstanding something.

Instead I attempted to link to the embeddedworkbench_6 folder but I get linker errors for the following:
__aeabi_memcpy4
__aeabi_memclr
__aeabi_memmove
__aeabi_memcpy
__aeabi_memset

Any ideas? It's possible I could just be doing something really stupid since this is the first time using GNU tools...
Labels (1)
0 Kudos
Reply
2 Replies

710 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by jamese on Wed Jan 23 03:06:20 MST 2013
Yep that works, thanks!
0 Kudos
Reply

710 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by mc on Tue Jan 22 10:00:23 MST 2013
Hi Jamese,
LPCXpresso folder has pre-compiled emWin libraries. Those libraries are compiled using gcc compiler "arm-none-eabi-gcc" gcc version 5.0.10.
Please try those libraries. Please let us know the result.

-----------
Thanks,
NXP Support
0 Kudos
Reply