On 04/26/2013 06:52 PM, Mista Tea wrote:
Hello,

I have followed these build instructions:
www.ueber.net/who/mjl/inferno/getting-started.html

It builds mk without error but when "mk -s nuke mkdirs install" is
run I get the following errors:

warning: skipping missing include file: ~/inferno/mkfiles/mkhost-Linux: No such 
file or directory
warning: skipping missing include file: ~/inferno/mkfiles/mkfile-Linux-386: No 
such file or directory
mk: don't know how to make 'nuke-'

I checked those files and they are in fact there, they can be read
and contain data (not zero size). If I run mk without arguments I
get the same missing include file errors.

I think the problem may be here

#OBJTYPE=386 # target system object type (eg, 386, arm, mips, power, s800, sparc)
OBJTYPE=$objtype

#
#    no changes required beyond this point
#
OBJDIR=$SYSTARG/$OBJTYPE

there is no objtype or $objtype so OBJTYPE is null.

At any rate, I just typed in '386' where is says $objtype, and it worked.

--
john francis lee
246/3 Moo 22
Thanon Kaew Wai
Mueang Chiangrai 57000
Thailand


Reply via email to