FreeBASIC-1.08.0-winxx-gcc-10-20200502

Windows specific questions.
Post Reply
srvaldez
Posts: 3379
Joined: Sep 25, 2005 21:54

FreeBASIC-1.08.0-winxx-gcc-10-20200502

Post by srvaldez »

just for fun, FB-1.08 built with the latest work-in-progress gcc-10
all FB versions built with Equation's toolchains are faulty at interpreting the command line
I just noticed this today while trying to build FBfrog, cd into the src folder and then do fbc *.bas -m fbfrog
you will probably get something like *.bas() error 23: File not found, *.bas
I have removed all the faulty versions from GitHub
the bad versions are gcc 7.4, 8.3, 9.2, 10 and 11
Last edited by srvaldez on Jun 03, 2020 23:19, edited 1 time in total.
srvaldez
Posts: 3379
Joined: Sep 25, 2005 21:54

Re: FreeBASIC-1.08.0-winxx-gcc-10-20200502

Post by srvaldez »

updated
Tourist Trap
Posts: 2958
Joined: Jun 02, 2015 16:24

Re: FreeBASIC-1.08.0-winxx-gcc-10-20200502

Post by Tourist Trap »

srvaldez wrote:updated
Hi srvaldez, thanks for this. It's great that you can compile FB by yourself (I was never able to complete this).

Please anyway, what does it change if compiled this way with GCC 10? Or is it just the last version at the day, which would be already great of course, but maybe there is other reasons to use it?
srvaldez
Posts: 3379
Joined: Sep 25, 2005 21:54

Re: FreeBASIC-1.08.0-winxx-gcc-10-20200502

Post by srvaldez »

FB last GitHub update was 4 months ago, basically this build allows you to compile with the work-in-progress gcc-10
Tourist Trap
Posts: 2958
Joined: Jun 02, 2015 16:24

Re: FreeBASIC-1.08.0-winxx-gcc-10-20200502

Post by Tourist Trap »

srvaldez wrote:FB last GitHub update was 4 months ago, basically this build allows you to compile with the work-in-progress gcc-10
Thanks, and for now it works just perfectly here.
systemctl
Posts: 182
Joined: Mar 27, 2020 5:15

Re: FreeBASIC-1.08.0-winxx-gcc-10-20200502

Post by systemctl »

srvaldez
Posts: 3379
Joined: Sep 25, 2005 21:54

Re: FreeBASIC-1.08.0-winxx-gcc-10-20200502

Post by srvaldez »

all FB versions built with Equation's toolchains are faulty at interpreting the command line
I just noticed this today while trying to build FBfrog, cd into the src folder and then do fbc *.bas -m fbfrog
you will probably get something like *.bas() error 23: File not found, *.bas
I have removed all the faulty versions from GitHub
the bad versions are gcc 7.4, 8.3, 9.2, 10 and 11
Post Reply