Здравствуйте!
Помогите добавить поддержку GUI PowerPac в проект с контроллером LPC3250. При использовании стандартных функций GUI_Init() и прочих выводит много ошибок. Похоже, что поддержки ARM9 в графической библиотеке нет. Или я ошибаюсь?
Error[Lt007]: Incompatible object(s): C:\Users\Ñàøà\Desktop\LPC3250\arm\PowerPac\BoardSupport\NXP\LPC3250\Output\LPC3250\Debug_SDRAM\Obj\BSP.o and 73 other objects has used ARM instructions which is incompatible with GUI_DispString.o(GUIv5_7m_tl__.a) and 82 other objects which uses ARM v7 profile M Error[Lt007]: Incompatible object(s): C:\Users\Ñàøà\Desktop\LPC3250\arm\PowerPac\BoardSupport\NXP\LPC3250\Output\LPC3250\Debug_SDRAM\Obj\BSP.o and 73 other objects has used ARM instructions which is incompatible with GUI_DispString.o(GUIv5_7m_tl__.a) and 82 other objects which uses ARM v7 profile M Error[Li005]: no definition for "?main" [referenced from C:\Users\Ñàøà\Desktop\LPC3250\arm\PowerPac\BoardSupport\NXP\LPC3250\Output\LPC3250\Debug_SDRAM\Obj\LPC3250_startup.o] Error[Lp001]: no definition for init routine "__iar_zero_init2" Error[Lp001]: no definition for init routine "__iar_copy_init2" Error[Lt023]: License failed: Unknown licens Error while running Linker
Или как вариант, при использовании другой библиотеки
Fatal Error[Li003]: endianness mismatch: "C:\Users\Ñàøà\Desktop\LPC3250\arm\PowerPac\BoardSupport\NXP\LPC3250\Output\LPC3250\Debug_SDRAM\Obj\Authen.o" is little-endian, "GUI_DispString.o(GUIv5_5t_ab__.a)" is big-endian Error while running Linker
Сообщение отредактировал kolobochishe - Jan 24 2011, 11:09
|