fsk has quit [Quit: fsk]
lekernel has joined #milkymist
bhamilton has joined #milkymist
bhamilton has quit [Read error: Connection reset by peer]
bhamilton has joined #milkymist
bhamilton has left #milkymist [#milkymist]
kilae has joined #milkymist
Martoni has quit [Read error: Connection reset by peer]
Martoni has joined #milkymist
bhamilton has joined #milkymist
bhamilton has left #milkymist [#milkymist]
Russ has joined #milkymist
fsk has joined #milkymist
antgreen has joined #milkymist
sh4rm4 has quit [Remote host closed the connection]
sh[4]rm4 has joined #milkymist
wpwrak has quit [Remote host closed the connection]
sh[4]rm4 is now known as sh4rm4
wpwrak has joined #milkymist
fsk has quit [Quit: fsk]
jevin has joined #milkymist
bhamilton has joined #milkymist
antgreen has quit [Ping timeout: 245 seconds]
lekernel has quit [Ping timeout: 245 seconds]
lekernel has joined #milkymist
lekernel has quit [Quit: Leaving]
acathla has joined #milkymist
<
acathla>
y'a une doc pour créer des plateformes pour mibuild?
<
acathla>
is there a documentation to create new platforms for mibuild?
<
acathla>
or just copy/paste of existing examples
<
acathla>
bhamilton, thank you
Martoni has quit [Quit: ChatZilla 0.9.90.1 [Iceweasel 17.0.7/20130626001350]]
kilae has quit [Quit: ChatZilla 0.9.90.1 [Firefox 23.0.1/20130814063812]]
fsk has joined #milkymist
<
ysionneau>
wow, I didn't know this documentation existed :)
<
ysionneau>
very good!
<
ysionneau>
acathla: hi! For which board do you want to add support for in mibuild? :)
bhamilton has quit [Quit: Leaving.]
fsk_ has joined #milkymist
fsk has quit [Ping timeout: 245 seconds]
fsk_ is now known as fsk
<
ysionneau>
is it possible to tell GNU as to just do the pre-processing part (like -E for gcc)?
<
ysionneau>
I'm trying to debug some assembly defines/macros
<
ysionneau>
oh, ok I just have to use gcc instead of gnu-as and specify -E
<
ysionneau>
got it, thanks
Russ has quit [Quit: Ex-Chat]
Russ has joined #milkymist
<
ysionneau>
I have confirmation that an LTE company is still manufacturing and designing chips with several lm32 coproc embedded in it
<
ysionneau>
that's cool
<
ysionneau>
they don't seem to run them over something like 100 MHz though
<
ysionneau>
for some unknown reason
<
larsc>
ysionneau: or just use cpp
<
ysionneau>
yeah I'm doing something like lm32--netbsd-gcc -x assembler-with-cpp
<
ysionneau>
none of both work
<
ysionneau>
either as a macro or as a define
<
ysionneau>
calling it as set_cpuvar CURLWP, r12 for the macro, or SET_CPUVAR(CURLWP,r12) for the define
<
ysionneau>
CPU_INFO_CURLWP is defined as offsetof(struct cpu_info, ci_curlwp)
<
ysionneau>
the goal is to load the "ci_curlwp" member of the struct cpu_info *cpu_info_store;
<
ysionneau>
it says:
<
ysionneau>
/Users/fallen/dev/NetBSD/sys/arch/lm32/lm32/locore_subr.S: Assembler messages:
<
ysionneau>
/Users/fallen/dev/NetBSD/sys/arch/lm32/lm32/locore_subr.S:53: Error: unresolved expression that must be resolved
<
ysionneau>
is it incorrect to put ";" between instructions? :o
<
ysionneau>
assembly generated by the pre-processor seems correct :o
<
ysionneau>
arg ...
<
ysionneau>
addi fp, sp, sp
<
ysionneau>
sp is not an immediate :)
<
ysionneau>
my god the error message is not clear
<
ysionneau>
problem solved
Gurty has quit [Read error: Connection reset by peer]
Gurty has joined #milkymist
Russ has quit [Ping timeout: 248 seconds]