Hi,

Start off by just commenting those out.

{ 576000, B576000 },
becomes

{ 576000 /* , B576000 */},
and same for the next line.  Life will not end if the serial plugin doesn't quite work.

Keep track of what you comment out and then when you are done we can look at what breaks.

cheers

bruce

On 2022-10-27T16:50:59.000+02:00, Vaidotas Didžbalis <vaidasd@gmail.com> wrote:
Hello Tobias,

can you look whether commit 3e8864544 fixes this?

its stopping in another location:

cc -Wall -g -O2 -DNDEBUG -DDEBUGVM=0 -msse2 -DCOGMTVM=0 -pthread
-DLSB_FIRST=1 -m32 -Wno-missing-braces -Wno-unknown-pragmas
-Wno-unused-value -Wno-unused-label -Wno-unused-function
-Wno-unused-variable -Wno-unused-but-set-variable -DHAVE_CONFIG_H
-DSQUEAK_BUILTIN_PLUGIN
-I/home/vaidas/opensmalltalk-vm/building/linux32x86/squeak.cog.spur/build
-I/home/vaidas/opensmalltalk-vm/building/linux32x86/squeak.cog.spur/build
-I/home/vaidas/opensmalltalk-vm/platforms/unix/vm
-I/home/vaidas/opensmalltalk-vm/platforms/Cross/vm
-I/home/vaidas/opensmalltalk-vm/src/spur32.cog
-I/home/vaidas/opensmalltalk-vm/platforms/Cross/plugins/SerialPlugin
-m32 -Wno-missing-braces -Wno-unknown-pragmas -Wno-unused-value
-Wno-unused-label -Wno-unused-function -Wno-unused-variable
-Wno-unused-but-set-variable -c -o SerialPlugin.o
/home/vaidas/opensmalltalk-vm/src/plugins/SerialPlugin/SerialPlugin.c
cc -Wall -g -O2 -DNDEBUG -DDEBUGVM=0 -msse2 -DCOGMTVM=0 -pthread
-DLSB_FIRST=1 -m32 -Wno-missing-braces -Wno-unknown-pragmas
-Wno-unused-value -Wno-unused-label -Wno-unused-function
-Wno-unused-variable -Wno-unused-but-set-variable -DHAVE_CONFIG_H
-DSQUEAK_BUILTIN_PLUGIN
-I/home/vaidas/opensmalltalk-vm/building/linux32x86/squeak.cog.spur/build
-I/home/vaidas/opensmalltalk-vm/building/linux32x86/squeak.cog.spur/build
-I/home/vaidas/opensmalltalk-vm/platforms/unix/vm
-I/home/vaidas/opensmalltalk-vm/platforms/Cross/vm
-I/home/vaidas/opensmalltalk-vm/src/spur32.cog
-I/home/vaidas/opensmalltalk-vm/platforms/Cross/plugins/SerialPlugin
-m32 -Wno-missing-braces -Wno-unknown-pragmas -Wno-unused-value
-Wno-unused-label -Wno-unused-function -Wno-unused-variable
-Wno-unused-but-set-variable -c -o sqUnixSerial.o
/home/vaidas/opensmalltalk-vm/platforms/unix/plugins/SerialPlugin/sqUnixSerial.c
/home/vaidas/opensmalltalk-vm/platforms/unix/plugins/SerialPlugin/sqUnixSerial.c:98:13:
error: use of undeclared identifier 'B576000'
{ 576000, B576000 },
^
/home/vaidas/opensmalltalk-vm/platforms/unix/plugins/SerialPlugin/sqUnixSerial.c:101:14:
error: use of undeclared identifier 'B1152000'
{ 1152000, B1152000 },
^
2 errors generated.
*** Error code 1

Stop.
make[1]: stopped in
/home/vaidas/opensmalltalk-vm/building/linux32x86/squeak.cog.spur/build/SerialPlugin
*** Error code 1

Stop.
make: stopped in
/home/vaidas/opensmalltalk-vm/building/linux32x86/squeak.cog.spur/build

thanks,
Vaidotas