Page 1 of 1

Library error

Posted: Fri Mar 20, 2009 8:17 am
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

Re: Library error

Posted: Fri Mar 20, 2009 9:46 am
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.