Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
System Linux
#9
Without the code, I don't think anyone is going to be able to help you.  File size is seldom an issue (I don't know what the limits are, but I've certainly compiled files much larger than 5mb in the past.)

Is the code using too much compiler stack space?  Too many variable names?  Too many nested IFs?  Too many sub/function calls without proper returns?  Is it getting bogged up trying to optimize or unravel structures?  

Without the code, who knows!  The issue could be any countless little things, or internal limitations.

At this point, all you can do is:

1) Share the code and hope someone has time and is nice enough to check it all out for you to try and dig into the problem.  Usually our dev team is pretty happy to do this as we're curious folks ourselves and like to know what they of odd limit someone found -- but it's the middle of summer and everyone is busy with lifeing.... a 5mb bas file isn't nothing small to sneeze at, and that's asking a lot of anyone to sir down and take a look at it after a hot grueling day out in the 90+ degree sunlight.

OR

2) Strip out segments of code, say 1000 lines at a time until it compiles.   When you find it WILL compile again, add in the other code *except* that last 1000 lines.  If it still keeps compiling after that, then you know whatever the issue is, it's in the flow of those 1000 times.   Add them back in 100 lines at a time until you can pinpoint the issue.  Once found/zoomed in on in such a manner, finally fix the issue yourself.
Reply


Messages In This Thread
System Linux - by Chris - 07-10-2025, 06:48 PM
RE: System Linux - by hsiangch_ong - 07-10-2025, 09:04 PM
RE: System Linux - by Kernelpanic - 07-11-2025, 12:08 AM
RE: System Linux - by Chris - 07-11-2025, 06:47 AM
RE: System Linux - by Kernelpanic - 07-11-2025, 01:31 PM
RE: System Linux - by Chris - 07-11-2025, 05:07 PM
RE: System Linux - by Kernelpanic - 07-11-2025, 06:53 PM
RE: System Linux - by Chris - 07-11-2025, 05:22 PM
RE: System Linux - by SMcNeill - 07-11-2025, 06:56 PM
RE: System Linux - by Chris - 07-12-2025, 08:51 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Make windows .exe using Linux version? Circlotron 7 495 01-15-2026, 09:42 PM
Last Post: ahenry3068
  Linux Lubuntu INKEY$ issue TempodiBasic 7 634 09-09-2025, 02:53 PM
Last Post: hsiangch_ong
  Linux - file dialogue boxes... atl068 7 904 08-05-2025, 07:21 PM
Last Post: hsiangch_ong
  Linux: terminal output Parkland 4 822 06-08-2025, 04:00 PM
Last Post: DSMan195276
  Exiting FOR NEXT, maybe a bug? Version 4.1.0 on Linux Circlotron 4 820 05-09-2025, 02:22 AM
Last Post: Circlotron

Forum Jump:


Users browsing this thread: 1 Guest(s)