Opened 7 years ago
Closed 7 years ago
#75 closed defect (fixed)
Compiling r-159 VBoxDD exits with status 2
Reported by: | rklipp | Owned by: | rklipp |
---|---|---|---|
Priority: | critical | Milestone: | preview |
Component: | Main | Keywords: | Compiling error |
Cc: |
Description
ASL Input: G:/5.0.6Netlabs-159/out/os2.x86/release/obj/VBoxDD/vboxssdt-cpuh
tplug.hex.pre - 88 lines, 17725 bytes, 870 keywords
Hex Dump: G:/5.0.6Netlabs-159/out/os2.x86/release/obj/VBoxDD/vboxssdt-cpuh
tplug.hex - 63421 bytes
Compilation complete. 1 Errors, 0 Warnings, 32 Remarks, 72 Optimizations
kmk: * [G:/5.0.6Netlabs-159/out/os2.x86/release/obj/VBoxDD/vboxssdt-cpuhotplu
.hex] Error 65535
kmk: * Deleting file `G:/5.0.6Netlabs-159/out/os2.x86/release/obj/VBoxDD/vbox
sdt-cpuhotplug.hex'
kmk: * Waiting for unfinished jobs....
kmk: * Exiting with status 2
Change History (2)
comment:1 by , 7 years ago
comment:2 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
according to slack logs, rklipp got it built with the right iasl. So we close it.
This is a known problem with iasl.exe from eCS (which was on PATH in d:\ecs\bin\iasl.exe) or, probably, ArcaOS too (I have no ArcaOS, though, to be sure, so, just a guess). Iasl from eCS has problems with long strings. It fails on some files generated by VboxDD.dll build.
So, please use iasl.exe which is supplied with VBox sources. It is in vbox\tools\os2.x86\bin\iasl.exe. So, you can try to remove iasl.exe from PATH and rerun "configure", or, alternatively, you can change VBOX_IASLCMD in AutoConfig.kmk to L:/src/vbox/trunk/tools/os2.x86/bin/iasl.exe, instead of d:\ecs\bin\iasl.exe.