I just got a i.mx53 quick start board, so I am rather new at this. I been trying to get ltib to compiling but everytime I try I get this error in the log. The log is in the attached file. I am using Ubuntu version 11.01. Any advice would be helpful.
I am kind of confused on how to include the .o files in a .c file. Can you post example to show exactly what you are talking about. Thanks for your help.
or did not attach object files with functions wmove, ... to linking process. try to grep this functions in your sources to define which file implement this function , and check if you have these files with extension .o after compilation, then check strings like "ar rc lxdialog.a checklist.o menubox.o textbox.o yesno.o inputbox.o util.o msgbox.o ", "gcc -lncurses mconf.o zconf.tab.o lxdialog/lxdialog.a -o mconf" and if they do not included include them