|
Hi Pavel, I assume the error is "ELF: not found". I just found there is another difference between your makefile and mine, $(HELLO): $(HELLO_OBJS)
$(CC) $(LDFLAGS) -o $@ $(HELLO_OBJS) $(LDLIBS)
The blue $(LDLIBS) )indicate the difference.
Read this thread:
http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/archive/2005/07/msg00085.html
Maybe this is also the reason cause the previous error.
Regards,
Jason
Pavel Ivanchenko wrote:
|