Hello everyone
Sorry I'm new in using RZ/T1 board and meet a problem when trying to build the etherCAT sample code
the board is RTK7910018S00000BE
the CPU is R7S910018
I use e2 studio and J-Link as IDE
the toolchain is KPIT GNUARM-NONE-EABI V14.02
I try to run the EtherCAT_SSC_DC sample code which is download from RENESAS website below
(RZ/T1 Group EtherCAT Sample Program Implementation Guide)
www.renesas.com/.../D6000863.html
I have follow the application note to build the project and get a problem below
and the console shows
-------------------------------------------------------------------------
'Invoking: Linker'
'Building target:'
arm-none-eabi-gcc -o "sample_cr4.x" -T"C:\Users\RHL\e2_studio\workspace\sample_cr4\HardwareDebug\sample_cr4_HardwareDebug_auto.gsi" @"C:\Users\RHL\e2_studio\workspace\sample_cr4\HardwareDebug\LinkerSubCommand.tmp" libsample_cr4.a -Wl,-M=sample_cr4.map -Wl,-Wl,-e_PowerON_Reset -L"C:\Users\RHL\e2_studio\workspace\sample_cr4\HardwareDebug" -L"C:\PROGRA~2\KPIT\GNUARM~1.02-\ARM-NO~1\ARM-NO~1/lib/gcc/arm-none-eabi/4.9-GNUARM-NONE_v14.02/interwork" -Wl,--start-group -lsample_cr4 -lgcc -Wl,--end-group -nostartfiles
c:/progra~2/kpit/gnuarm~1.02-/arm-no~1/arm-no~1/bin/../lib/gcc/arm-none-eabi/4.9-GNUARM-NONE_v14.02/../../../../arm-none-eabi/bin/ld.exe: unrecognized option '-Wl'
c:/progra~2/kpit/gnuarm~1.02-/arm-no~1/arm-no~1/bin/../lib/gcc/arm-none-eabi/4.9-GNUARM-NONE_v14.02/../../../../arm-none-eabi/bin/ld.exe: use the --help option for usage information
collect2.exe: error: ld returned 1 exit status
makefile:98: recipe for target 'sample_cr4.x' failed
make: *** [sample_cr4.x] Error 1
---------------------------------------------------------------------------
I'm really no idea how to solve this problem, does anyone has the experience about the problem, thank you!!