> Okay, I fixed that problem. the makefile was having it look in the wrong 
> place. I got the core to compile, but I can't compile the loader and 
> sramloader. I get:
> 
> gcc -o bin2htm bin2htm.c
> make: gcc: Command not found
> make: *** [bin2htm] Error 127
> 
> Is this another makefile problem or is something not installed properly 
> on my system?

You need a native GCC for your system to compile that. bin2htm is a tool
that converts a binary payload to a notes exploit HTML file, which is
used in the process of compiling the loader.

PS: Yes, I know those makefiles are a mess ;-)

_______________________________________________
Linux4nano-dev mailing list
Linux4nano-dev@gna.org
https://mail.gna.org/listinfo/linux4nano-dev
http://www.linux4nano.org

Reply via email to