rust-embedded / embedonomicon

How to bootstrap support for a no_std target
https://docs.rust-embedded.org/embedonomicon/
Apache License 2.0
206 stars 33 forks source link

Travis builds are failing #52

Closed austinglaser closed 4 years ago

austinglaser commented 4 years ago

I'm seeing

++grep '[0-9]* [^n] '
++cargo nm -- target/thumbv7m-none-eabi/debug/deps/app-5f2cff0f74a056ac.o
0a1,106
> 00000000 N 
> 00000039 N 
> 00000045 N 
> 00000087 N 
> 0000008c N 
> 00000090 N 
> 00000093 N 
> 00000096 N 
> 00000099 N 
> 0000009e N 
> 000000a4 N 
> 000000ab N 
> 000000b3 N 
> 000000bd N 
> 000000c4 N 
> 000000c7 N 
> 000000cb N 
> 000000d2 N 
> 000000d6 N 
> 000000e8 N 
> 000000ee N 
> 000000f0 N 
> 000000f7 N 
> 000000ff N 
> 00000103 N 
> 0000010b N 
> 00000113 N 
> 0000011a N 
> 00000120 N 
> 00000134 N 
> 00000140 N 
> 00000145 N 
> 0000014d N 
> 00000154 N 
> 00000158 N 
> 0000015d N 
> 00000164 N 
> 0000016d N 
> 00000177 N 
> 0000017e N 
> 00000183 N 
> 0000018f N 
> 00000197 N 
> 000001a0 N 
> 000001a5 N 
> 000001a8 N 
> 000001ac N 
> 000001b5 N 
> 000001bc N 
> 000001c1 N 
> 000001c6 N 
> 000001cc N 
> 000001d2 N 
> 000001dc N 
> 000001df N 
> 000001e5 N 
> 000001ef N 
> 000001f7 N 
> 000001fd N 
> 00000203 N 
> 0000020e N 
> 00000217 N 
> 0000023a N 
> 00000259 N 
> 0000025b N 
> 00000260 N 
> 00000287 N 
> 0000028c N 
> 00000292 N 
> 00000298 N 
> 0000029b N 
> 000002aa N 
> 000002b1 N 
> 000002b5 N 
> 000002be N 
> 000002ca N 
> 000002e3 N 
> 000002e8 N 
> 000002f9 N 
> 00000303 N 
> 00000311 N 
> 00000315 N 
> 00000320 N 
> 00000327 N 
> 0000032d N 
> 00000331 N 
> 00000335 N 
> 0000033d N 
> 00000354 N 
> 00000378 N 
> 00000394 N 
> 0000039e N 
> 000003b8 N 
> 00000416 N 
> 00000421 N 
> 0000043e N 
> 00000457 N 
> 00000461 N 
> 00000477 N 
> 00000495 N 
> 0000049e N 
> 000004a3 N 
> 000004a8 N 
> 000004ac N 
> 000004b5 N 
> 000004bf N 
The command "bash ci/script.sh" exited with 1.

on #51. I suspect that if the script gets further, it may choke on the issue in #50 itself, and there may be more things.

austinglaser commented 4 years ago

Working on this, but not sure when I'll have time to finish. Opening a WIP PR with what I have so far.

andre-richter commented 4 years ago

54 is merged, which closes this issue.