View Single Post
Old 04-24-2012, 06:08 PM   #20
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by qlob View Post
I placed everything in /mnt/us/opt/tcc/ and ran install but when i do
Code:
mntroot rw
cd /mnt/us/opt/tcc
./tccmake demo.c
I get ./tccmake: line 3: tcc: Permission denied
When you moved the tcc folder, did you change all instances of the old location to the new location in the "install" and "tccmake" script files?

The path occurs two times in tccmake, and six times in install.

And of course if you ran the old install script, you need to run the uninstall script to remove the symlinks before running the new modified install script.

What model kindle are you using?

EDIT: And exactly WHY are you making the root partition writable? That is a bad thing, unless you REALLY need it, and make it read-only again as soon as possible. What are you doing that needs to modify the main root partition?



Last edited by geekmaster; 04-24-2012 at 06:15 PM.
geekmaster is offline   Reply With Quote