public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] AmigaOneG3SE_config: sys/types.h: No such file or directory
@ 2006-01-24  6:34 KokHow Teh
  2006-01-24 10:40 ` Felipe Gil Castiñeira
  0 siblings, 1 reply; 2+ messages in thread
From: KokHow Teh @ 2006-01-24  6:34 UTC (permalink / raw)
  To: u-boot

Hi;
      I try to build AmigaOneG3SE_config target to see if the bios_emulator
builds fine but I bump into "sys/types.h not found" error. True enough,
there is no sys directory in u-boot.

<snip>
make[1]: Entering directory `/home/teh/cvs/u-boot/board/MAI/AmigaOneG3SE'
/opt/eldk-ppc-linux-x86/usr/bin/ppc_74xx-gcc -M -g  -Os   -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xfff00000
-I/home/teh/cvs/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-ppc-linux-x86/usr/bin/../lib/gcc-lib/ppc-linux/3.3.3/include
-pipe  -DCONFIG_PPC -D__powerpc__ -DCONFIG_74xx_7xx -ffixed-r2 -ffixed-r29 -mstring -DTEXT_BASE=0xfff00000 -Wa,-mregnames -DEASTEREGG
-I../bios_emulator/scitech/include -I../bios_emulator/scitech/src/x86emu -Dprintk=printf  -Wall -Wstrict-prototypes board_asm_init.S memio.S
AmigaOneG3SE.c articiaS.c flash.c serial.c smbus.c articiaS_pci.c via686.c i8259.c ../bios_emulator/x86interface.c ../bios_emulator/bios.c
../bios_emulator/glue.c interrupts.c ps2kbd.c video.c usb_uhci.c enet.c ../menu/cmd_menu.c cmd_boota.c nvram.c > .depend
AmigaOneG3SE.c:32:7: missing terminating " character
AmigaOneG3SE.c:74:1: missing terminating " character
In file included from ../bios_emulator/scitech/include/x86emu.h:50,
                 from ../bios_emulator/x86interface.c:1:
../bios_emulator/scitech/include/x86emu/types.h:42:23: sys/types.h: No such file or directory
In file included from ../bios_emulator/scitech/include/x86emu.h:50,
                 from ../bios_emulator/bios.c:6:
../bios_emulator/scitech/include/x86emu/types.h:42:23: sys/types.h: No such file or directory
../bios_emulator/glue.c:51:24: pasting "mypci_read_cfg_byte" and "(" does not give a valid preprocessing token
../bios_emulator/glue.c:51:24: pasting "pci_read_config_byte" and "(" does not give a valid preprocessing token
../bios_emulator/glue.c:52:25: pasting "mypci_read_cfg_word" and "(" does not give a valid preprocessing token
../bios_emulator/glue.c:52:25: pasting "pci_read_config_word" and "(" does not give a valid preprocessing token
../bios_emulator/glue.c:54:25: pasting "mypci_write_cfg_byte" and "(" does not give a valid preprocessing token
../bios_emulator/glue.c:54:25: pasting "pci_write_config_byte" and "(" does not give a valid preprocessing token
../bios_emulator/glue.c:55:26: pasting "mypci_write_cfg_word" and "(" does not give a valid preprocessing token
../bios_emulator/glue.c:55:26: pasting "pci_write_config_word" and "(" does not give a valid preprocessing token
make[1]: *** [.depend] Error 1
make[1]: Leaving directory `/home/teh/cvs/u-boot/board/MAI/AmigaOneG3SE'
make: *** [board/MAI/AmigaOneG3SE/libAmigaOneG3SE.a] Error 2
[teh at ShrekII u-boot 9]$ find . -name sys -print
[teh at ShrekII u-boot 10]$

      Environment problem? Any insight is appreciated.

Regards,
TEH

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot-Users] AmigaOneG3SE_config: sys/types.h: No such file or directory
  2006-01-24  6:34 [U-Boot-Users] AmigaOneG3SE_config: sys/types.h: No such file or directory KokHow Teh
@ 2006-01-24 10:40 ` Felipe Gil Castiñeira
  0 siblings, 0 replies; 2+ messages in thread
From: Felipe Gil Castiñeira @ 2006-01-24 10:40 UTC (permalink / raw)
  To: u-boot

Hi,

I have recently build the bios emulator included in AmigaOneG3. As you say,
there is not "sys/types.h", but that is only the first error (there are lots
more). If you search the mailing list, there is a thread
(http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/20068) with the 
answer
from Wolfgang:

"I'm afraid you have to dig through  this  mess  -  unfortunately  the

AmigaOneG3SE port has never been really maintained."

"Problems are caused by the unmaintained source

tree for this board."


I managed to compile the code for a MPC5200 board, but my VGA initialization
test is in standby until I receive a board with the "B" revision of the 
MPC5200.

Best regards,
    Felipe.


KokHow Teh wrote:

>Hi;
>      I try to build AmigaOneG3SE_config target to see if the bios_emulator
>builds fine but I bump into "sys/types.h not found" error. True enough,
>there is no sys directory in u-boot.
>
><snip>
>make[1]: Entering directory `/home/teh/cvs/u-boot/board/MAI/AmigaOneG3SE'
>/opt/eldk-ppc-linux-x86/usr/bin/ppc_74xx-gcc -M -g  -Os   -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xfff00000
>-I/home/teh/cvs/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk-ppc-linux-x86/usr/bin/../lib/gcc-lib/ppc-linux/3.3.3/include
>-pipe  -DCONFIG_PPC -D__powerpc__ -DCONFIG_74xx_7xx -ffixed-r2 -ffixed-r29 -mstring -DTEXT_BASE=0xfff00000 -Wa,-mregnames -DEASTEREGG
>-I../bios_emulator/scitech/include -I../bios_emulator/scitech/src/x86emu -Dprintk=printf  -Wall -Wstrict-prototypes board_asm_init.S memio.S
>AmigaOneG3SE.c articiaS.c flash.c serial.c smbus.c articiaS_pci.c via686.c i8259.c ../bios_emulator/x86interface.c ../bios_emulator/bios.c
>../bios_emulator/glue.c interrupts.c ps2kbd.c video.c usb_uhci.c enet.c ../menu/cmd_menu.c cmd_boota.c nvram.c > .depend
>AmigaOneG3SE.c:32:7: missing terminating " character
>AmigaOneG3SE.c:74:1: missing terminating " character
>In file included from ../bios_emulator/scitech/include/x86emu.h:50,
>                 from ../bios_emulator/x86interface.c:1:
>../bios_emulator/scitech/include/x86emu/types.h:42:23: sys/types.h: No such file or directory
>In file included from ../bios_emulator/scitech/include/x86emu.h:50,
>                 from ../bios_emulator/bios.c:6:
>../bios_emulator/scitech/include/x86emu/types.h:42:23: sys/types.h: No such file or directory
>../bios_emulator/glue.c:51:24: pasting "mypci_read_cfg_byte" and "(" does not give a valid preprocessing token
>../bios_emulator/glue.c:51:24: pasting "pci_read_config_byte" and "(" does not give a valid preprocessing token
>../bios_emulator/glue.c:52:25: pasting "mypci_read_cfg_word" and "(" does not give a valid preprocessing token
>../bios_emulator/glue.c:52:25: pasting "pci_read_config_word" and "(" does not give a valid preprocessing token
>../bios_emulator/glue.c:54:25: pasting "mypci_write_cfg_byte" and "(" does not give a valid preprocessing token
>../bios_emulator/glue.c:54:25: pasting "pci_write_config_byte" and "(" does not give a valid preprocessing token
>../bios_emulator/glue.c:55:26: pasting "mypci_write_cfg_word" and "(" does not give a valid preprocessing token
>../bios_emulator/glue.c:55:26: pasting "pci_write_config_word" and "(" does not give a valid preprocessing token
>make[1]: *** [.depend] Error 1
>make[1]: Leaving directory `/home/teh/cvs/u-boot/board/MAI/AmigaOneG3SE'
>make: *** [board/MAI/AmigaOneG3SE/libAmigaOneG3SE.a] Error 2
>[teh at ShrekII u-boot 9]$ find . -name sys -print
>[teh at ShrekII u-boot 10]$
>
>      Environment problem? Any insight is appreciated.
>
>Regards,
>TEH
>
>
>  
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-01-24 10:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-24  6:34 [U-Boot-Users] AmigaOneG3SE_config: sys/types.h: No such file or directory KokHow Teh
2006-01-24 10:40 ` Felipe Gil Castiñeira

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox