Content originally posted in LPCWare by rattus on Sat Jul 30 16:20:26 MST 2011
Hi All,
I'll be the first to admit I'm not that familiar with the LPCXpresso IDE - came from a self-constructed Makefile/plain old compiler environment (and vi's my editor. so what?). I'm trying to build a project that's an amalgam of FreeRTOS, LPCXpresso baseboard demo code, and a bunch of my own.
I've gotten past the compile-whore behavior of compile everything in the tree whether it's used or not (multiple references be damned), but now I'm stymied by this message:
/usr/local/lpcxpresso_4.0.5_113/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/4.5.1/../../../../arm-none-eabi/bin/ld: cannot find -lCMSISv2p00_LPC17xx
...despite the fact that my includes, library paths and libraries are in perfect order. (includes -> CMSISxx/inc, lib paths -> CMSISxx/Debug, libraries -> CMSISxx/CMSISxx.a, where xx = v2p00_LPC17xx or something like that) Or so I think.
Maybe it's a weekend brain freeze. Ideas, anyone?
Thanks,
Mike