Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Compilation error on OpenSUSE 12.1 64bit #1

@tkslide

Description

@tkslide

After git pull I executed (as always):
$ make clean #so far so good
$ make install # that's what happened:

./bootstrap/spitbol -u "./v40:linux:v40" minimal-tokens.spt
 LINUX SPITBOL  Release 3.8.1 Copyright 1987-2012 Robert B. K. Dewar and Mark Emmer.
 minimal translator, pass 1 v4.0 07/30/12 15:19:14
 input minimal file: ./v40.min
 output token file: v40.tok
 condition definition file: linux.cnd
 *** translation complete ***
 28063 lines read.
 12147 statements processed.
 12208 target code lines produced.
 0 errors occurred.
 126880 free bytes
 ./bootstrap/spitbol -u "v40:linux:comments" minimal-x86-gas.spt
 LINUX SPITBOL  Release 3.8.1 Copyright 1987-2012 Robert B. K. Dewar and Mark Emmer.
 MINIMAL to 80386 Translator
 Flag: COMMENTS
 Machine definition file: linux.def
 Input TOKEN file: v40.tok
 Output TEMP file: v40.tmp
 Input HEADER file: linux.hdr
 Code generation complete, begin jump optimization
 Output ASSEMBLY file: v40.s
 sh: del: command not found
 *** TRANSLATION COMPLETE ***
 25371 LINES READ.
 12208 STATEMENTS PROCESSED.
 16824 TARGET CODE LINES PRODUCED.
 55 "OR" optimizations performed.
 2 jumps shortened.
 332 MAXIMUM ERR/ERB NUMBER.
  PRC COUNT.
 DIFFERING COUNTS FOR N-PROCEDURES: INP  PRC 19
 0 ERRORS OCCURRED.

 26672 FREE WORDS
 ./bootstrap/spitbol -1=v40.err -2=errors.s err386.spt
 LINUX SPITBOL  Release 3.8.1 Copyright 1987-2012 Robert B. K. Dewar and Mark Emmer.
'''
 Input message length = 13413
 Output string size = 4341
 Savings = 9072
 as -a=errors.lst -o errors.o  errors.s
 systype.ah: Assembler messages:
 systype.ah:1: Error: junk at end of line, first unrecognized character is `\'
 systype.ah:2: Warning: .endm encountered without preceeding .macro
 errors.s:7: Error: no such instruction: `dseg_'
 errors.s:9: Error: no such instruction: `pubdef errors,.byte,0'
 goto continue with error in failure goto:340: Error: no such instruction: `pubdef phrases,.byte,0'
 left :258: Error: no such instruction: `dsegend_'
 make: *** [errors.o] Error 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions