<sh4rm4>
otherwise just dl gcc-core 4.5.0 or 4.5.1 instead
<sh4rm4>
it shouldnt be much different
<mischief6>
i think this article says that gcc 4.5 will not build linux correctly, or that there is bugs with the lm32 arch for this version?
<sh4rm4>
the french article ?
<Fallenou>
try 4.5.2 it should work well (at least C compiler)
<mischief6>
yes sh4rm4.
<Fallenou>
C++ compiler is broken AFAIK
<Fallenou>
lm32 toolchain builds well under Mac OS X and Debian
<mischief6>
(translated) 'Although LatticeMico32 architecture is now included as standard in GCC 4.5, this inclusion has been made the addition of bugs that make it impossible to compile a Linux kernel. '
<Fallenou>
mischief6: what do you want to compile ?
<Fallenou>
rtems ? flickernoise ? linux ?
<mischief6>
hopefully :-)
<mischief6>
i am trying to understand what is supported, how to run the platform with virtualization, etc
<mischief6>
linux might be first target
<Fallenou>
right now I don't know the status of the lm32 linux port
<mischief6>
perhaps i could try to port oskit if i have time
<Fallenou>
I think for a first try to run something on a Milkymist One board (that's what you have, right ? or qemu ?) you should try the bios / rtems / flickernoise
<Fallenou>
those are more documented
<Fallenou>
and known to be working
<mischief6>
getting anything running would be cool :P
<Fallenou>
on a M1 ?
<mischief6>
yes, sure
<Fallenou>
try Milkymist bios :)
<mischief6>
i don't have one, but a few people at noisebridge hackerspace are interested in development and possibly working on compiler support
<Fallenou>
oh !
<mischief6>
what is the state of llvm-lm32?
<Fallenou>
working on compiler support would be awesome :)
<Fallenou>
you would have to ask JP Bonn about llvm-lm32
<Fallenou>
I think we compile a bit of software with it
<Fallenou>
I guess by default we only use gcc, maybe because lm32 clang is a work in progress
<Fallenou>
but I am quite sure we had some results/success with clang lm32 :)
* Fallenou
does not remember
aeris has quit [Quit: en a pas]
proppy has quit [Ping timeout: 276 seconds]
voidcoder has joined #milkymist
lekernel has quit [Ping timeout: 252 seconds]
lekernel_ has joined #milkymist
roh has quit [Ping timeout: 248 seconds]
roh has joined #milkymist
lekernel_ is now known as lekernel
<lekernel>
<larsc>for example i really don't want to be bother with inserting buffers at the right positions.
<lekernel>
<larsc>i want to write down the supposed functionallity and give the block a overall timing constraint
<lekernel>
==> migen flow with CAL (or similar) will do more or less that...
Guest82432 is now known as Gurty
<lekernel>
any recommendation for a good embedded OS? ideally, RTEMS but without dirty code, without autocrap, without disturbing bugs (like the infamous queue problem), and with a reasonably up to date TCP/IP stack
<GitHub23>
[milkymist-ng] sbourdeauducq pushed 1 new commit to master: http://git.io/UUcHeg
<GitHub23>
[milkymist-ng/master] Add Ethernet MAC - Sebastien Bourdeauducq