X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=dd9czsROY1Dz38IxZmFlhcmBXm3mmk7aqELkeiMQl/U=; b=TpS7CKDoK/oBL5++Gb6TYcR/024OMHe1GpTGblAO2lTODymSqIJjMsbv0mUgkLJO2I QnbLnp8pGZBFNN2pIaxC0hq/rgmcU9qw/YXtTK0GM9YXs9jjsJQjb236OV/eP/Oyjw0M Zfnqai18M4ZWiLduoQ0M1KtHhh20hqq4y879vxGQ8BLBOfKaygl0qLX3fI6gHUufFGLX s3yKtvIfjCJUyVA/3QeFkw64mJh47ogL5khLSMv5JDbPi/5c75GpC7Rv4uf39GZM32og 2qTkTh6fe7SBHg2QdwCv8e4saR/l3m/rCG08lP+cTL29ZS7vxDQvBuLO8NCvS9BbrjkI YS8A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=dd9czsROY1Dz38IxZmFlhcmBXm3mmk7aqELkeiMQl/U=; b=O+UXIgsNgkKHL2OFrlY3cT6vxwtbTkvJSFU/ZUqbRP5zYlmBY0GJ5qiz+/Sg35IYaa zxHTfDNPSIqJhtPbRimhaHmq4Vix1A3WJvm+w03a4RXeg7M3kdMe+RewvyIdqE15kqNV oxJS9+qtyDHqui3IFCMlBzw61d7cHbyNXIckQJPEdak6eh158/L7NkW+wZzJ2HNM/C5I xbBPh0uP3mGl8NtCeXvKpn4giX3L5dyH2580n/c4aqBP9wUR0WgKUyBb/A8TW2II6Z2W G4qHTpXSAiIzPJ77w1t2TYWu4elEYuhkttbrXt6IUWsPMAUEev8rFmlaRsY9vjUYrkZi Bo7A== X-Gm-Message-State: AOAM533Qoh6rk/PHknnHvjVj28mWEd+HWltk8kbz+QykOJyZwxnwUZpQ ruE7hCaWsSgm8F+T4FEyUaxbFKl23TYWft4cAcmTcLYp X-Google-Smtp-Source: ABdhPJwnT4WQMKH8yqkhktoTY940/VPd8GJxd4nfp9MIoqJdQJDsiKorI+V1L+7eH8SEbbsztL/iyOuEgYsgMRU6qAs= X-Received: by 2002:a2e:7c14:: with SMTP id x20mr1671048ljc.220.1598817245981; Sun, 30 Aug 2020 12:54:05 -0700 (PDT) MIME-Version: 1.0 References: <835z90xgab DOT fsf AT gnu DOT org> <833644xdzz DOT fsf AT gnu DOT org> In-Reply-To: From: "A. Wik (awik32 AT gmail DOT com) [via djgpp AT delorie DOT com]" Date: Sun, 30 Aug 2020 19:53:54 +0000 Message-ID: Subject: Re: SIGSEGV when trying to compile helloworld To: djgpp AT delorie DOT com Content-Type: text/plain; charset="UTF-8" Reply-To: djgpp AT delorie DOT com On Sun, 30 Aug 2020 at 19:09, sleepy_dog AT gmx DOT de [via djgpp AT delorie DOT com] wrote: > > Hi, Hi, > > How about trying some other kind of virtual machine, eg. QEMU or VMWare? > > I was now thinking of running a VirtualBox WinXp32 image on my system, > with a shared folder for the sources, and a build script I trigger manually. > That would be somewhat workable, I guess. > > I have no experience with QEMU or VMWare, and interoperability with > stuff that runs on the host system. VirtualBox should work too. In terms of ease of use, it is somewhere between QEMU (harder) and VMWare (easier). VMWare seems to be the fastest. There is also Microsoft Virtual PC. If you have the Professional version of Win7, you get a copy of XP to run as a VM, but I was never able to get that to work. But rather than running a WinXP VM, why not go for a Win9x one? It is much lighter on the hardware resources and a lot more DOS-friendly. You can set up a network share (between the VM and host) so that you can edit your files on the host, and use the guest to compile them "natively". This is what I'm doing (my host is Linux 64-bit, the guest is Win98SE). An added benefit to this solution, is that you can use a serial port based debugger without requiring more than one computer. -aw