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
Library error
Re: Library error
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.