SRSeedBurners
2023-03-23 17:52:45 UTC
We are re-compiling in order to move to the new NSX systems. I've transitioned from ETK to NSDEE and ran into a weird assembler message that so far has everyone stumped including HP support.
Wondering if someone here has run into this. I am compiling in cygwin so NSDEE is out of the picture for now. Just running the cross compiler against a local version of the source that was sent to HP to troubleshoot with. Output below:
---------
$ ./makeit
MORE_FLAGS = ""
cwd is /cygdrive/c/Users/c055529/Projects/NSDEE/HPCase_CompileIssue/ai-tar
rm -f -fr ./objs/
rm -f -f savedsrc.*
COMP_ROOT = C:\Program Files (x86)\Compaq ETK-NSE\L22.09
mkdir -p ./objs
'C:\Program Files (x86)\Compaq ETK-NSE\L22.09/usr/bin/xptal' -suppress -nowarn=4281 -Wverbose -call_shared -Wsavetemps -o objs/savedsrc.o ./src/savedsrc.tal
xptal args: C:\Program Files (x86)\Compaq ETK-NSE\L22.09\usr\bin\xptal.exe -suppress -nowarn=4281 -Wverbose -call_shared -Wsavetemps -o objs/savedsrc.o ./src/savedsrc.tal
xptal: running "C:\Program Files (x86)\Compaq ETK-NSE\L22.09\usr\cmplr\xptalcom.exe" -XT"savedsrc.T" -XD"savedsrc.D" -XK"savedsrc.K" -EB -Xparams -X"C:\Users\c055529\Projec
ts\NSDEE\HPCase_CompileIssue\ai-tar\src\savedsrc.tal" -X,suppress -X,nowarn -X4281 -X,call_shared -Xend
xptal: running "C:\Program Files (x86)\Compaq ETK-NSE\L22.09\usr\cmplr\be.exe" -PHASE:c -G8 -O1 -LANG:=ptal -TARG:sse3=on -TARG:datamode=32 -TARG:processor=wolfdale -TARG:s
se2=on -TARG:mmx=on -TARG:sse=on -TARG:3dnow=off -TARG:sse4a=off -TENV:PIC -TARG:BEX=BE -TARG:abi=p64 -g -fT,savedsrc.T -s -fs,savedsrc.s savedsrc.tal
xptal: running "C:\Program Files (x86)\Compaq ETK-NSE\L22.09\usr\cmplr\xas.exe" -mlanguage=ptal -mcode-big-endian -mfloattype=neutral --fatal-warnings -lcf savedsrc.K -o ob
js/savedsrc.o savedsrc.s
savedsrc.s: Assembler messages:
savedsrc.s:5758: Internal Error: attempt to move .org backwards
savedsrc.s:5767: Internal Error: attempt to move .org backwards
savedsrc.s:5776: Internal Error: attempt to move .org backwards
savedsrc.s:5787: Internal Error: attempt to move .org backwards
savedsrc.s:5795: Internal Error: attempt to move .org backwards
Page 1 2023 March 23, 18:24:06
XPTAL T0879L01_15FEB2018_29OCT2018
Copyright (C) 2013-2015 Hewlett Packard Enterprise Development LP
Directives = ?,suppress ,nowarn 4281 ,call_shared
*** end of root source file ***
Page 2 2023 March 23, 18:24:06
-------------------------------------------------------------------------------
XPTAL - Portable Transaction Application Language for TNS/X - T0879L01_15FEB2018_29OCT2018_AAG
No errors detected.
No warnings reported.
Number of source lines = 63954
Heap use by compiler front end (XTALCOM)
symbol pool: 532972
scope tables: 90972; 62060; 116368; 269400 (global; proc; subproc; total)
parse tree: 16739232
defines: 219596
xptal.exe: Exiting with status 3; 1 error(s).
make: *** [Makefile:25: objs/savedsrc.o] Error 3
**Failure**
----------
Wondering if someone here has run into this. I am compiling in cygwin so NSDEE is out of the picture for now. Just running the cross compiler against a local version of the source that was sent to HP to troubleshoot with. Output below:
---------
$ ./makeit
MORE_FLAGS = ""
cwd is /cygdrive/c/Users/c055529/Projects/NSDEE/HPCase_CompileIssue/ai-tar
rm -f -fr ./objs/
rm -f -f savedsrc.*
COMP_ROOT = C:\Program Files (x86)\Compaq ETK-NSE\L22.09
mkdir -p ./objs
'C:\Program Files (x86)\Compaq ETK-NSE\L22.09/usr/bin/xptal' -suppress -nowarn=4281 -Wverbose -call_shared -Wsavetemps -o objs/savedsrc.o ./src/savedsrc.tal
xptal args: C:\Program Files (x86)\Compaq ETK-NSE\L22.09\usr\bin\xptal.exe -suppress -nowarn=4281 -Wverbose -call_shared -Wsavetemps -o objs/savedsrc.o ./src/savedsrc.tal
xptal: running "C:\Program Files (x86)\Compaq ETK-NSE\L22.09\usr\cmplr\xptalcom.exe" -XT"savedsrc.T" -XD"savedsrc.D" -XK"savedsrc.K" -EB -Xparams -X"C:\Users\c055529\Projec
ts\NSDEE\HPCase_CompileIssue\ai-tar\src\savedsrc.tal" -X,suppress -X,nowarn -X4281 -X,call_shared -Xend
xptal: running "C:\Program Files (x86)\Compaq ETK-NSE\L22.09\usr\cmplr\be.exe" -PHASE:c -G8 -O1 -LANG:=ptal -TARG:sse3=on -TARG:datamode=32 -TARG:processor=wolfdale -TARG:s
se2=on -TARG:mmx=on -TARG:sse=on -TARG:3dnow=off -TARG:sse4a=off -TENV:PIC -TARG:BEX=BE -TARG:abi=p64 -g -fT,savedsrc.T -s -fs,savedsrc.s savedsrc.tal
xptal: running "C:\Program Files (x86)\Compaq ETK-NSE\L22.09\usr\cmplr\xas.exe" -mlanguage=ptal -mcode-big-endian -mfloattype=neutral --fatal-warnings -lcf savedsrc.K -o ob
js/savedsrc.o savedsrc.s
savedsrc.s: Assembler messages:
savedsrc.s:5758: Internal Error: attempt to move .org backwards
savedsrc.s:5767: Internal Error: attempt to move .org backwards
savedsrc.s:5776: Internal Error: attempt to move .org backwards
savedsrc.s:5787: Internal Error: attempt to move .org backwards
savedsrc.s:5795: Internal Error: attempt to move .org backwards
Page 1 2023 March 23, 18:24:06
XPTAL T0879L01_15FEB2018_29OCT2018
Copyright (C) 2013-2015 Hewlett Packard Enterprise Development LP
Directives = ?,suppress ,nowarn 4281 ,call_shared
*** end of root source file ***
Page 2 2023 March 23, 18:24:06
-------------------------------------------------------------------------------
XPTAL - Portable Transaction Application Language for TNS/X - T0879L01_15FEB2018_29OCT2018_AAG
No errors detected.
No warnings reported.
Number of source lines = 63954
Heap use by compiler front end (XTALCOM)
symbol pool: 532972
scope tables: 90972; 62060; 116368; 269400 (global; proc; subproc; total)
parse tree: 16739232
defines: 219596
xptal.exe: Exiting with status 3; 1 error(s).
make: *** [Makefile:25: objs/savedsrc.o] Error 3
**Failure**
----------