This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

booting from floppy - target intel ix86 pc


Hello!
I'm sorry I wasn't very clear the first time.

My intention is to disable remote debugging, load my
hello program on the floppy and boot and run from the
floppy and not remote debugging...something like ....

dd conv=sync if=/home/ecos/ecos-1.3.1/temp/hello.bin
of=/dev/fd0

Strangely I get error while running the make command
for the build tree.

ecosconfig new pc
set startup to floppy.
resolve conflicts.
ecosconfig tree
make

I'm unable to figure out the error during the make -
THE LAST FEW LINES OF THE MAKE ERROR IS FOLLOWS. CAN
ANYONE HELP ME FIGURE IT OUT????

make[1]: Leaving directory
`/home/kavita/ecos/ecos-1.3.1/myecos/hal/common/v1_3_1'
make -r -C hal/i386/arch/v1_3_1
/home/kavita/ecos/ecos-1.3.1/myecos/install/lib/vectors.o
make[1]: Entering directory
`/home/kavita/ecos/ecos-1.3.1/myecos/hal/i386/arch/v1_3_1'
i386-elf-gcc -Wp,-MD,vectors.tmp 
-I/home/kavita/ecos/ecos-1.3.1/myecos/install/include
-I/home/kavita/ecos/ecos-1.3.1/packages/hal/i386/arch/v1_3_1
-I/home/kavita/ecos/ecos-1.3.1/packages/hal/i386/arch/v1_3_1/src
-I/home/kavita/ecos/ecos-1.3.1/packages/hal/i386/arch/v1_3_1/tests
-I.
-Wall -Wpointer-arith -Wstrict-prototypes -Winline
-Wundef -Woverloaded-virtual -g -O2
-ffunction-sections -fdata-sections -fno-rtti
-fno-exceptions -fvtable-gc -finit-priority -c -o
/home/kavita/ecos/ecos-1.3.1/myecos/install/lib/vectors.o
/home/kavita/ecos/ecos-1.3.1/packages/hal/i386/arch/v1_3_1/src/vectors.S
/tmp/ccHNTIng.s: Assembler messages:
/tmp/ccHNTIng.s:1229: Error: Rest of line ignored.
First ignored character is `3'.
make[1]: ***
[/home/kavita/ecos/ecos-1.3.1/myecos/install/lib/vectors.o]
Error 1
make[1]: Leaving directory
`/home/kavita/ecos/ecos-1.3.1/myecos/hal/i386/arch/v1_3_1'
make: *** [build] Error 2  

Thanks



--- Jonathan Larmour <jlarmour@redhat.com> wrote:
> Srinivasan Sriram wrote:
> > 
> > I'm stuck. Can anyone help me out?
> > 
> > I want to create a boot floopy.
> > In my build tree , I run -
> > 
> > ecosconfig new pc
> > 
> > ecos.ecc is generated.
> > I modify the configuration file,
> > CYG_HAL_STARTUP = FLOPPY
> > CYGSEM_HAL_ROM_MONITOR =1
> > I disable all GDB options in the .ecc file.
> 
> No, you need to configure with the "stubs"
> template., i.e.
> 
> ecosconfig new pc stubs
> 
> Alternatively you could update to anonymous CVS and
> use RedBoot, and get
> prebuilt binaries from
> http://sources.redhat.com/ecos/boards/pcmobo.html
> 
> Jifl
> -- 
> Red Hat, Rustat House, Clifton Road, Cambridge, UK.
> Tel: +44 (1223) 271062
> Maybe this world is another planet's Hell -Aldous
> Huxley || Opinions==mine
> Come to the Red Hat TechWorld open source conference
> in Brussels!
> Keynotes, techie talks and exhibitions   
http://www.redhat-techworld.com/


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]