Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
There's a rsa.h file in the CryptoPP folder; if not, your sources are incomplete. How did you obtain them, did you use svn? If so, try running "svn up", that should update the sources to the current revision and in that process also restore any missing files.
Still, I have to repeat, it seems to me like a hardware failure, your sd-card might be unstable.
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
Keep deleting any offending .o files and rebuilding.
Are you sure your RasPi isn't overheating?
Posts: 13
Threads: 1
Joined: Jun 2013
Thanks: 2
Given 1 thank(s) in 1 post(s)
06-23-2013, 12:27 AM
(This post was last modified: 06-23-2013, 12:29 AM by catboy5.)
I don't think my Pi is overheating. Everything works fine.
It's very stable
I will try to rebuild
When i try svn up, there is an error:
root@raspberrypi:/home/MCServer# svn up
Updating '.':
Restored 'CryptoPP/queue.h'
Restored 'CryptoPP/queue.cpp'
svn: E000005: Can't check path '/home/MCServer/squirrel_3_0_1_stable/lib': Input/output error
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
That error means a storage failure. Your SD card has a bad block and thus files are getting corrupt and missing.
I'd try deleting the entire MCServer folder and trying from the beginning - make folder, svn checkout
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
Now that is weird. But I really can't do much about that; if even SVN fails, it means there's something wrong with the storage.
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
Personally I wouldn't trust that SD card anymore at all, failing once means that the next failure is just behind the corner.
Posts: 13
Threads: 1
Joined: Jun 2013
Thanks: 2
Given 1 thank(s) in 1 post(s)
You are a soothsayer...
Image is corrupted now..
I can't even boot.
I will rewrite the image on the SD Card now.