[SOLVED] Problems of compiler Angstrom of DevKit8000

Status
Not open for further replies.

do interior

Member level 3
Joined
Feb 21, 2002
Messages
55
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,288
Location
Brasil
Activity points
355
I'm trying to compile the latest Angstrom for devkit8000 using the Makefile cd devkit8000 with minor changes based on the current makefile Angstrom, to better illustrate the sequence of commands to see, and your answers below:
export PATH=/home/Gabriel/embest/arm-2007q3/bin:/home/Gabriel/embest/tools:$PATH
cd /home/Gabriel/Git/angstrom-linux
make distclean
(ok)
make omap3_devkit8000_defconfig
(ok)
make uImage
..................
...................
...................
CC lib/vsprintf.o
AR lib/lib.a
LD vmlinux.o
MODPOST vmlinux.o
GEN .version
CHK include/generated/compile.h
UPD include/generated/compile.h
CC init/version.o
LD init/built-in.o
(hundreds of lines later, with some:
/tmp/ccMtn9RH.s: Assembler messages:
/tmp/ccMtn9RH.s:201: rdhi, rdlo and rm must all be different
it appears)
LD .tmp_vmlinux1
arm-none-linux-gnueabi-ld: no machine record defined
arm-none-linux-gnueabi-ld: no machine record defined
make: ** [.tmp_vmlinux1] Erro 1

can someone help me?
 

once check your configuration
system type

OMAP34xx Based System=y
OMAP3430 support=y

then compile it will work
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…