Library error

Discussion to talk about software related topics only.
Post Reply
chinkey87
Posts: 1
Joined: Fri Mar 20, 2009 8:06 am

Library error

Post by chinkey87 »

I am trying to run compile and load the simpleGPIO by the directions in the programmers guide and it is giving me some errors relating to the library's.

there are 3 errors coming up:

m68-elf-ar:/nburn/lib/MOD5213.a: No such file or directory
make[1]: ***[/nburn/lib/MOD5213.a(./bsp.o)]Error 1
make[1]: Leaving directory`/nburn/lib/MOD5213/system'
make: ***[/nburn/lib/MOD5213.a] Error 2
Execution terminated


any ideas? seems like i'm missing a library file but I have just installed the IDE.

thanks
rnixon
Posts: 833
Joined: Thu Apr 24, 2008 3:59 pm

Re: Library error

Post by rnixon »

Look in the directory it referenced, \nburn\lib, and see if the .a file is there. If its not, you could try the rebuild system all system files option from eclipse and see if it creates the file.
Post Reply