It got further than ever before but no joy yet :|

./make.py -p papilio_pro -t simple
make: Entering directory
'/cygdrive/d/GMSAG/CPU_TESTING/MLABS/misoc/software/bios'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named 'misoclib'
 CC  isr.o
 CC  sdram.o
 CC  main.o
main.c: In function 'do_command':
main.c:358: error: expected expression before ')' token
main.c: In function 'main':
main.c:501: error: expected expression before ')' token
Makefile:30: recipe for target 'main.o' failed
make: *** [main.o] Error 1
make: Leaving directory
'/cygdrive/d/GMSAG/CPU_TESTING/MLABS/misoc/software/bios'
Traceback (most recent call last):
  File "./make.py", line 112, in <module>
    main()
  File "./make.py", line 85, in main
    raise OSError("BIOS build failed")
OSError: BIOS build failed


On Jan 16, 2014 10:19 AM, "Sebastien Bourdeauducq" <
sebastien.bourdeaud...@lekernel.net> wrote:

> Yes of course, you need to adapt the SoC design to your board. The
> simple SoC, as it is included in MiSoC, only supports the Papilio Pro
> (but only requires minor modifications for other boards). I guess it
> works with the Papilio Pro now?
>
> Sébastien
>
> _______________________________________________
> Devel mailing list
> Devel@lists.milkymist.org
> https://ssl.serverraum.org/lists/listinfo/devel
>
_______________________________________________
Devel mailing list
Devel@lists.milkymist.org
https://ssl.serverraum.org/lists/listinfo/devel

Reply via email to