[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Oh no... Bitfield on m68k again?
Hi all,
I just found out why my board won't boot. I seem to have bitfield
instructions in the files again... I installed Joel's latest RPMs
and the following instructions:
m68k-rtems-gcc -mcpu32 t.c
m68k-rtems-objdump --disassemble-all a.out > oo
Show that I have bitfield instructions in the disassembly. All
I do in 't.c' is call 'memset'. I also get bitfield instructions
when I do:
m68k-rtems-gcc -mnobitfield t.c
m68k-rtems-objdump --disassemble-all a.out > oo
Any ideas? Has anyone else used these tools?
Cheers,
Jake
--
janovetz@uiuc.edu | How can it be that mathematics, being after all a
University of Illinois | product of human thought independent of experience,
| is so admirably adapted to the objects of reality?
PP-ASEL | - Albert Einstein
Disclaimer: The policies of this University certainly do not reflect my
own opinions, objectives, or agenda.