Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compiling SEGGER_RTT_Syscalls_KEIL.c... #5

Open
amey877 opened this issue Apr 6, 2021 · 0 comments
Open

compiling SEGGER_RTT_Syscalls_KEIL.c... #5

amey877 opened this issue Apr 6, 2021 · 0 comments

Comments

@amey877
Copy link

amey877 commented Apr 6, 2021

I am using nrf52833dk and download nRF5_SDK_17.0.2_d674dde when i build then code of RF52-Bluetooth- Course the following error occur:

asBuild target 'nrf52840_xxaa'
compiling SEGGER_RTT_Syscalls_KEIL.c...
linking...
._build\nrf52840_xxaa.axf: Error: L6200E: Symbol __stdout_name multiply defined (by sys_io.o and segger_rtt_syscalls_keil.o).
._build\nrf52840_xxaa.axf: Error: L6200E: Symbol __stderr_name multiply defined (by sys_io.o and segger_rtt_syscalls_keil.o).
._build\nrf52840_xxaa.axf: Error: L6200E: Symbol _sys_close multiply defined (by sys_io.o and segger_rtt_syscalls_keil.o).
._build\nrf52840_xxaa.axf: Error: L6200E: Symbol _sys_ensure multiply defined (by sys_io.o and segger_rtt_syscalls_keil.o).
._build\nrf52840_xxaa.axf: Error: L6200E: Symbol _sys_flen multiply defined (by sys_io.o and segger_rtt_syscalls_keil.o).
._build\nrf52840_xxaa.axf: Error: L6200E: Symbol _sys_istty multiply defined (by sys_io.o and segger_rtt_syscalls_keil.o).
._build\nrf52840_xxaa.axf: Error: L6200E: Symbol _sys_open multiply defined (by sys_io.o and segger_rtt_syscalls_keil.o).
._build\nrf52840_xxaa.axf: Error: L6200E: Symbol _sys_read multiply defined (by sys_io.o and segger_rtt_syscalls_keil.o).
._build\nrf52840_xxaa.axf: Error: L6200E: Symbol _sys_seek multiply defined (by sys_io.o and segger_rtt_syscalls_keil.o).
._build\nrf52840_xxaa.axf: Error: L6200E: Symbol _sys_write multiply defined (by sys_io.o and segger_rtt_syscalls_keil.o).
Not enough information to list image symbols.
Not enough information to list load addresses in the image map.
Finished: 2 information, 0 warning and 10 error messages.
"._build\nrf52840_xxaa.axf" - 10 Error(s), 0 Warning(s).
Target not created.

please give any suggestion how to minimize these error .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@amey877 and others