<div>Hi,<br></div><div><br></div><div>Start off by just commenting those out.<br></div><div><br></div><pre style="outline: none; box-sizing: content-box; font-family: monospace, monospace; font-size: 14px; margin-top: 0px; margin-bottom: 1rem; overflow: auto; white-space: normal; word-wrap: break-word; line-height: initial; caret-color: rgb(51, 51, 51); color: rgb(51, 51, 51); font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none;">{ 576000, B576000 },<br></pre><div>becomes<br></div><div><br></div><pre style="outline: none; box-sizing: content-box; font-family: monospace, monospace; font-size: 14px; margin-top: 0px; margin-bottom: 1rem; overflow: auto; white-space: normal; word-wrap: break-word; line-height: initial; caret-color: rgb(51, 51, 51); color: rgb(51, 51, 51); font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none;">{ 576000 /* , B576000 */},<br></pre><div>and same for the next line.  Life will not end if the serial plugin doesn't quite work.<br></div><div><br></div><div>Keep track of what you comment out and then when you are done we can look at what breaks.<br></div><div><br></div><div>cheers<br></div><div><br></div><div>bruce</div><div ><br></div><div class="ik_mail_quote answerContentMessage" ><div>On 2022-10-27T16:50:59.000+02:00, Vaidotas Didžbalis <vaidasd@gmail.com> wrote:</div><blockquote class="ws-ng-quote"><pre style="white-space: normal;">Hello Tobias,<br/><br/><blockquote class="ws-ng-quote">  can you look whether commit 3e8864544 fixes this?<br/></blockquote> <br/>its stopping in another location:<br/><br/>cc -Wall  -g -O2 -DNDEBUG -DDEBUGVM=0 -msse2 -DCOGMTVM=0 -pthread<br/>-DLSB_FIRST=1 -m32 -Wno-missing-braces -Wno-unknown-pragmas<br/>-Wno-unused-value -Wno-unused-label -Wno-unused-function<br/>-Wno-unused-variable -Wno-unused-but-set-variable  -DHAVE_CONFIG_H<br/>-DSQUEAK_BUILTIN_PLUGIN<br/>-I/home/vaidas/opensmalltalk-vm/building/linux32x86/squeak.cog.spur/build<br/>-I/home/vaidas/opensmalltalk-vm/building/linux32x86/squeak.cog.spur/build<br/>-I/home/vaidas/opensmalltalk-vm/platforms/unix/vm<br/>-I/home/vaidas/opensmalltalk-vm/platforms/Cross/vm<br/>-I/home/vaidas/opensmalltalk-vm/src/spur32.cog<br/>-I/home/vaidas/opensmalltalk-vm/platforms/Cross/plugins/SerialPlugin<br/>-m32 -Wno-missing-braces -Wno-unknown-pragmas -Wno-unused-value<br/>-Wno-unused-label -Wno-unused-function -Wno-unused-variable<br/>-Wno-unused-but-set-variable   -c -o SerialPlugin.o<br/>/home/vaidas/opensmalltalk-vm/src/plugins/SerialPlugin/SerialPlugin.c<br/>cc -Wall  -g -O2 -DNDEBUG -DDEBUGVM=0 -msse2 -DCOGMTVM=0 -pthread<br/>-DLSB_FIRST=1 -m32 -Wno-missing-braces -Wno-unknown-pragmas<br/>-Wno-unused-value -Wno-unused-label -Wno-unused-function<br/>-Wno-unused-variable -Wno-unused-but-set-variable  -DHAVE_CONFIG_H<br/>-DSQUEAK_BUILTIN_PLUGIN<br/>-I/home/vaidas/opensmalltalk-vm/building/linux32x86/squeak.cog.spur/build<br/>-I/home/vaidas/opensmalltalk-vm/building/linux32x86/squeak.cog.spur/build<br/>-I/home/vaidas/opensmalltalk-vm/platforms/unix/vm<br/>-I/home/vaidas/opensmalltalk-vm/platforms/Cross/vm<br/>-I/home/vaidas/opensmalltalk-vm/src/spur32.cog<br/>-I/home/vaidas/opensmalltalk-vm/platforms/Cross/plugins/SerialPlugin<br/>-m32 -Wno-missing-braces -Wno-unknown-pragmas -Wno-unused-value<br/>-Wno-unused-label -Wno-unused-function -Wno-unused-variable<br/>-Wno-unused-but-set-variable   -c -o sqUnixSerial.o<br/>/home/vaidas/opensmalltalk-vm/platforms/unix/plugins/SerialPlugin/sqUnixSerial.c<br/>/home/vaidas/opensmalltalk-vm/platforms/unix/plugins/SerialPlugin/sqUnixSerial.c:98:13:<br/>error: use of undeclared identifier 'B576000'<br/>  { 576000, B576000 },<br/>            ^<br/>/home/vaidas/opensmalltalk-vm/platforms/unix/plugins/SerialPlugin/sqUnixSerial.c:101:14:<br/>error: use of undeclared identifier 'B1152000'<br/>  { 1152000, B1152000 },<br/>             ^<br/>2 errors generated.<br/>*** Error code 1<br/><br/>Stop.<br/>make[1]: stopped in<br/>/home/vaidas/opensmalltalk-vm/building/linux32x86/squeak.cog.spur/build/SerialPlugin<br/>*** Error code 1<br/><br/>Stop.<br/>make: stopped in<br/>/home/vaidas/opensmalltalk-vm/building/linux32x86/squeak.cog.spur/build<br/><br/>thanks,<br/>Vaidotas</pre></blockquote></div>