nanogui: compilation problem, microwindows, uClinux, mc68ez328


Previous by date: 27 Apr 2000 16:16:41 -0000 compilation problem, microwindows, uClinux, mc68ez328, danielou.etudiant.univ-brest.fr
Next by date: 27 Apr 2000 16:16:41 -0000 My newbee question of the day ..., Martin Jolicoeur
Previous in thread: 27 Apr 2000 16:16:41 -0000 compilation problem, microwindows, uClinux, mc68ez328, danielou.etudiant.univ-brest.fr
Next in thread: 27 Apr 2000 16:16:41 -0000 Re: compilation problem, microwindows, uClinux, mc68ez328, danielou.etudiant.univ-brest.fr

Subject: Re: compilation problem, microwindows, uClinux, mc68ez328
From: "Greg Haerr" ####@####.####
Date: 27 Apr 2000 16:16:41 -0000
Message-Id: <0b2e01bfb062$940e1e20$15320cd0@gregh>

: Does anyone know how to compile correctly microwindows for the dragonball
mc68ez328 running with uClinux.
:
: I added in Arch.rules :
:
: ifeq ($(ARCH), UCLINUX)
: COMPILER = m68k-pic-coff-gcc
: CXX_COMPILER = m68k-pic-coff-g++
: endif
:
Change COMPILER to
COMPILER=gcc
CXX_COMPILER=g++

Make sure you also add the similar stuff:
TOOLSPREFIX = $(UCLINUXTOOLSPREFIX)
DEFINES += -DLINUX=1 -DUNIX=1
CFLAGS += -Wall $(OPTFLAGS)
LDFLAGS +=

Also make sure you add
UCLINUXTOOLSPREFIX=m68k-pic-coff

to the config file.

You should be performing a "copy and paste with replace"
of something like LINUX-ARM with your new stuff,
and you're not following the pattern...





: And in the config file I have changed LINUX-NATIVE by UCLINUX
:
: I've tried to compile it, and I've seen so many errors in the compilation
process.

If this still doesn't work, send error listings



Regards,

Greg



Previous by date: 27 Apr 2000 16:16:41 -0000 compilation problem, microwindows, uClinux, mc68ez328, danielou.etudiant.univ-brest.fr
Next by date: 27 Apr 2000 16:16:41 -0000 My newbee question of the day ..., Martin Jolicoeur
Previous in thread: 27 Apr 2000 16:16:41 -0000 compilation problem, microwindows, uClinux, mc68ez328, danielou.etudiant.univ-brest.fr
Next in thread: 27 Apr 2000 16:16:41 -0000 Re: compilation problem, microwindows, uClinux, mc68ez328, danielou.etudiant.univ-brest.fr


Powered by ezmlm-browse 0.20.