Other Parts Discussed in Thread: MATHLIB, TPS65910, TPS65217, TPS65218, AMIC110
Tool/software: TI C/C++ Compiler
I installed ti-processor-sdk-rtos-am335x-evm-04.00.00.04-Windows-x86-Install.exe, gmake compile error:
Archiving am335x-evm:a8host:debug:dal_boot
#
# Compiling am335x-evm:a8host:debug:bootloader: ./src/sbl_copy.c
# Compiling am335x-evm:a8host:debug:bootloader: ./src/sbl_main.c
./src/sbl_main.c: In function 'main':
./src/sbl_main.c:88:14: warning: variable 'status' set but not used [-Wunused-but-set-variable]
uint32_t status;
^
# Compiling am335x-evm:a8host:debug:bootloader: ../examples/gpio/gpio_app.c
# Compiling am335x-evm:a8host:debug:bootloader: ./src/sbl_uart.c
# Compiling am335x-evm:a8host:debug:bootloader: ./src/am335x/sbl_am335x_platform.c
# Compiling am335x-evm:a8host:debug:bootloader: ./src/am335x/sbl_am335x_platform_ddr.c
# Compiling am335x-evm:a8host:debug:bootloader: ./src/am335x/sbl_am335x_platform_pll.c
# Linking into C:/ti/PDK_AM~1/packages/ti/starterware/binary/bootloader/bin/am335x-evm/gcc/bootloader_boot_uart_a8host_debug.out...
#
c:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/lib/fpu\libc.a(lib_a-sbrkr.o): In function `_sbrk_r':
sbrkr.c:(.text._sbrk_r+0x18): undefined reference to `_sbrk'
c:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/lib/fpu\libc.a(lib_a-writer.o): In function `_write_r'
:
writer.c:(.text._write_r+0x20): undefined reference to `_write'
c:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/lib/fpu\libc.a(lib_a-closer.o): In function `_close_r'
:
closer.c:(.text._close_r+0x18): undefined reference to `_close'
c:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/lib/fpu\libc.a(lib_a-fstatr.o): In function `_fstat_r'
:
fstatr.c:(.text._fstat_r+0x1c): undefined reference to `_fstat'
c:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/lib/fpu\libc.a(lib_a-isattyr.o): In function `_isatty_
r':
isattyr.c:(.text._isatty_r+0x18): undefined reference to `_isatty'
c:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/lib/fpu\libc.a(lib_a-lseekr.o): In function `_lseek_r'
:
lseekr.c:(.text._lseek_r+0x20): undefined reference to `_lseek'
c:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/lib/fpu\libc.a(lib_a-readr.o): In function `_read_r':
readr.c:(.text._read_r+0x20): undefined reference to `_read'
collect2.exe: error: ld returned 1 exit status
gmake[2]: *** [C:/ti/PDK_AM~1/packages/ti/starterware/binary/bootloader/bin/am335x-evm/gcc/bootloader_boot_uart_a8host_debug.out] Error 1
gmake[1]: *** [bootloader] Error 2
gmake: *** [starterware_boot] Error 2
No matter how I uninstall the installation are compiled however.