This is an example application based on Mbed-OS LoRaWAN protocol APIs. The Mbed-OS LoRaWAN stack implementation is compliant with LoRaWAN v1.0.2 specification.

Dependents:   Projet_de_bachelor_code Projet_de_bachelor_code

Issue: Error on compiling the app - Compiler Error L6200E - Compiler Error 0

Good day,

I have imported the app into my mbed compiler (Online), but when I try to compile and download it, it throws two errors (and many warnings). I haven't been able to find the mistake.

The description of the erros are: Error: Symbol user_perthread_libspace multiply defined (by /build/mbed-os.lib/rtos/TARGET_CORTEX/rtx5/RTX/Source/rtx_lib.DISCO_L072CZ_LRWAN1.o and /build/mbed-os.lib/rtos/TARGET_CORTEX/mbed_boot.DISCO_L072CZ_LRWAN1.o). Error L6200E.

Error: Not enough information to list the image map. Error 0.

For the first error I realized that the project has two portions of code identical in different files, but those files are .o files and I don't know where to find them in the project path.

I have no idea about the second error.

P.S: I haven't made any kind of changes in the code, it's just as I imported it.

Thank you so much for your help.

Best Regards, Santiago Gil.

1 comment:

31 Jul 2018

I have the same issue with the code... Were you able to get it working?