Teeworlds
IRC / bridge
One-way IRC channel bridge. If you want to be able to send messages to IRC, contact
@Dune
or
@heinrich5991
.
https://www.teeworlds.com/?page=docs&wiki=rules/irc_rules
Between 2019-11-13 00:00:00Z and 2019-11-14 00:00:00Z
jxsl13
2019-11-13 12:25:22Z
does somone love debugging linker errors ._.?
[quakenet] heinrich5991
BOT
2019-11-13 12:30:33Z
what's the error?
jxsl13
2019-11-13 12:32:57Z
https://pastebin.com/zfpH4Rb4
arm-none-eabi-g++ -o .pio/build/stm32f407vg/firmware.elf -T stm32f...
12:33
repo:
https://github.com/jxsl13/lpc1768_blinky_example/tree/non_stl_abstraction
jxsl13/lpc1768_blinky_example
Multi-Target Blinky Example - PlatformIO - Arduino Uno, myAVR Board MK2 2.20, MCB1768 - jxsl13/lpc1768_blinky_example
12:34
header:
https://github.com/jxsl13/lpc1768_blinky_example/blob/non_stl_abstraction/include/hal/InterruptVectorTable.hpp
jxsl13/lpc1768_blinky_example
Multi-Target Blinky Example - PlatformIO - Arduino Uno, myAVR Board MK2 2.20, MCB1768 - jxsl13/lpc1768_blinky_example
12:34
main:
https://github.com/jxsl13/lpc1768_blinky_example/blob/non_stl_abstraction/src/main.cpp
jxsl13/lpc1768_blinky_example
Multi-Target Blinky Example - PlatformIO - Arduino Uno, myAVR Board MK2 2.20, MCB1768 - jxsl13/lpc1768_blinky_example
12:35
implementation of the header:
https://github.com/jxsl13/lpc1768_blinky_example/blob/non_stl_abstraction/src/target/STM32F407VG/InterruptVectorTable.cpp
jxsl13/lpc1768_blinky_example
Multi-Target Blinky Example - PlatformIO - Arduino Uno, myAVR Board MK2 2.20, MCB1768 - jxsl13/lpc1768_blinky_example
12:35
the target is the STM32F407VG
12:36
the last commit broke it, the onesaying doesn't compile :/
12:39
it seems to be about the instantiation of the singleton, which is a little bit weird, so it might be something in the constructor of InterruptVectorTable .
[quakenet] heinrich5991
BOT
2019-11-13 12:42:57Z
have you verified that the commit before still builds (and there wasn't a change in your toolchain)?
12:44
/away
jxsl13
2019-11-13 12:49:37Z
the previous commit compiles successfully.
12:54
I get the same error, even when I delete all the implementation stuff.
jxsl13
2019-11-13 18:10:02Z
fixed. rip my life :D. basically removing all destructor implementations of the static object
[quakenet] heinrich5991
BOT
2019-11-13 18:16:09Z
ah
18:16
that makes a bit of sense
jxsl13
2019-11-13 20:06:38Z
I think it has something todo with static objects not needing to be destroyed in an embedded environment.
20:06
but well, on another microcontroller this worked fine.
Exported 19 message(s)