Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Paul Smedley

Pages: [1] 2 3 ... 115
1
Programming / Re: Qt6 Development
« on: March 29, 2023, 08:59:10 pm »
https://smedley.id.au/tmp/gcc-12.2.0-os2-20230330.zip - testing now with building qt6 base with it...

2
Hardware / Re: AHCI and Virtualbox
« on: March 29, 2023, 11:39:55 am »
Hey Ian,

Thought I would update to AHCI from IDE drivers/controller as well reading this thread but I have been unsuccessful.
I added BASEDEV=OS2AHCI.ADD to my Arca config.sys but the container stops booting, just displays the Arca boot screen, no error message, and does not progress any further even I leave it 30 minutes.

I'm using Virtualbox Version 6.1.40 r154048 (Qt5.12.8) [Stable channel] under Ubuntu.
Version 7.x of Virtualbox is not listed as Stable, I did try upgrading to it a while ago and very quicky reverted back to 6.1.40.x due to wierd stuff, so will stick to the stable channel from now on.

Interesting... I was able to 'see' an AHCI controller and blank image from the AOS boot ISO - I did have to enable AHCI in the pre-boot menu though.

3
Programming / Re: Qt6 Development
« on: March 29, 2023, 11:27:01 am »
Confirming that this one works nicely with an rpm environment. Building a 12.2.0 build now that installs into /@unixroot/usr/local1220 for better compatability with an rpm env

4
Programming / Re: Qt6 Application Testing
« on: March 29, 2023, 08:44:45 am »
Thanks guys!

5
Programming / Re: Qt6 Development
« on: March 28, 2023, 11:52:53 pm »
Early indications are that this build is good... https://smedley.id.au/tmp/gcc-9.5.0-os2-20230329.zip

Couple of notes on using with this an existing rpm setup:
Code: [Select]
set LIBPATHSTRICT=T
set path=c:\usr\local950\bin;%path%
set beginlibpath=c:\usr\local950\lib

LIBPATHSTRICT and beginlibpath are required due to additional exports in STDCPP6.DLL that aren't present in the 9.2.0 version

6
Programming / Re: Qt6 Development
« on: March 28, 2023, 11:47:30 pm »
Looks like the libtool generated DLL's didn't have -Zhigh-mem - testing now...

7
Programming / Re: Qt6 Application Testing
« on: March 28, 2023, 10:15:12 pm »
Thanks guys - can I assume that the TRP file shows something similar to my post? ie:
Code: [Select]
   EBP     Address    Module     Obj:Offset    Nearest Public Symbol
 --------  ---------  --------  -------------  -----------------------
 Trap  ->  747FC175   QT6WEBEE  0001:0021C175   __ZN15partition_alloc8internal15PartitionBucketILb1EE13SlowPathAllocEPNS_13PartitionRootILb1EEEijjPb$w$XwhbY842fc8TnWhl1 + 725 0001:0021BA50 (partition_bucket.o)

8
Programming / Re: Qt6 Application Testing
« on: March 28, 2023, 05:09:14 pm »
What about simple browser from /qt6/examples/webenginewidgets/simple browser ?

Any traps or just a silent exit?

PS thanks for trying!

9
Programming / Re: Qt6 Application Testing
« on: March 28, 2023, 10:55:44 am »
In a definite YMMV - https://smedley.id.au/tmp/qt6-6.4.3-os2-20230325.zip

For me, this traps in:
Code: [Select]
   EBP     Address    Module     Obj:Offset    Nearest Public Symbol
 --------  ---------  --------  -------------  -----------------------
 Trap  ->  747FC175   QT6WEBEE  0001:0021C175   __ZN15partition_alloc8internal15PartitionBucketILb1EE13SlowPathAllocEPNS_13PartitionRootILb1EEEijjPb$w$XwhbY842fc8TnWhl1 + 725 0001:0021BA50 (partition_bucket.o)

but Steven couldn't reproduce and was able to render some pages.

Curious to see if it works for anyone else.


10
Hardware / Re: AHCI and Virtualbox
« on: March 28, 2023, 09:21:35 am »
Gotta say, with an Ubuntu host, I haven't noticed any different between VirtualBox 6.1.x and 7.0

11
Programming / Re: Qt6 Development
« on: March 28, 2023, 04:28:39 am »
Thanks for the tip, will investigate tonight.

12
Programming / Re: Qt6 Development
« on: March 27, 2023, 10:02:27 pm »
Weird.... - Zhigh-mem is definitely being used....
Code: [Select]
g++ -no-pie -Zstack 8192 -Zhigh-mem  -g  -DIN_GCC     -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -Zomf -Zstack 8192 -Zhigh-mem -o cc1plus.exe \
      cp/cp-lang.o c-family/stub-objc.o cp/call.o cp/class.o cp/constexpr.o cp/constraint.o cp/cp-gimplify.o cp/cp-objcp-common.o cp/cp-ubsan.o cp/cvt.o cp/cxx-pretty-print.o cp/decl.o cp/decl2.o cp/dump.o cp/error.o cp/except.o cp/expr.o cp/friend.o cp/init.o cp/lambda.o cp/lex.o cp/logic.o cp/mangle.o cp/method.o cp/name-lookup.o cp/optimize.o cp/parser.o cp/pt.o cp/ptree.o cp/repo.o cp/rtti.o cp/search.o cp/semantics.o cp/tree.o cp/typeck.o cp/typeck2.o cp/vtable-class-hierarchy.o attribs.o incpath.o c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-format.o c-family/c-gimplify.o c-family/c-indentation.o c-family/c-lex.o c-family/c-omp.o c-family/c-opts.o c-family/c-pch.o c-family/c-ppoutput.o c-family/c-pragma.o c-family/c-pretty-print.o c-family/c-semantics.o c-family/c-ada-spec.o c-family/c-ubsan.o c-family/known-headers.o c-family/c-attribs.o c-family/c-warn.o c-family/c-spellcheck.o i386-c.o emx-cxx.o default-c.o cc1plus-checksum.o libbackend.a main.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a libcommon.a ../libcpp/libcpp.a -lintl  ../libbacktrace/.libs/backtrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a   -lmpc -lmpfr -lgmp   -lz
&
Code: [Select]
g++ -fno-PIE -c -Zstack 8192 -Zhigh-mem  -g  -DIN_GCC     -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Ic-family -I../.././gcc -I../.././gcc/c-family -I../.././gcc/../include -I../.././gcc/../libcpp/include  -I../.././gcc/../libdecnumber -I../.././gcc/../libdecnumber/bid -I../libdecnumber -I../.././gcc/../libbacktrace   -o c-family/cppspec.o -MT c-family/cppspec.o -MMD -MP -MF c-family/.deps/cppspec.TPo ../.././gcc/c-family/cppspec.c
g++ -no-pie -Zstack 8192 -Zhigh-mem  -g  -DIN_GCC     -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -Zomf -Zstack 8192 -Zhigh-mem -o cpp.exe gcc.o gcc-main.o ggc-none.o \
  c-family/cppspec.o driver-i386.o emx-driver.o libcommon-target.a \
   libcommon.a ../libcpp/libcpp.a -lintl  ../libbacktrace/.libs/backtrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a

13
Hardware / Re: AHCI and Virtualbox
« on: March 27, 2023, 10:01:06 pm »
Have you updated the config.sys of the image to load OS2AHCI.ADD instead of (or in addition to) the DANIS506.ADD ?
Obviously, you will need to start Virtualbox having the OS/2 guest use IDE, update config.sys and then switch over VirtualBox to AHCI.

Yes - definitely os2ahci.add is in config.sys (in addition to danis506.add). I've even tried solely using os2ahci.add.

I might have to do a fresh install, but it would be nice not to have to try work out which rpm packages to reinstall....

14
Programming / Re: Qt6 Development
« on: March 27, 2023, 12:16:47 pm »
OK - got the SYS error on another box - pretty sure something isn't using high-mem, so it's exhausting the 512mb ram.... will investigate tomorrow...

15
Programming / Re: Qt6 Development
« on: March 27, 2023, 10:45:27 am »
https://smedley.id.au/tmp/gcc-9.5.0-os2-20230327.zip - install on same drive as rpm is installed - all files in usr/local950

To use this GCC (9.5.0) in place of rpm version (9.2.0) - should just need to add %UNIXROOT%\usr\local950\bin to the front of the path....

Be interesting to see if others see the SYS0147 error I was seeing - or if that's something peculiar to the AOS install I'm testing on.

Pages: [1] 2 3 ... 115