Hi everyone, is it okay to pull latest source code of RIOT now ? After doing this, I can't run or debug my iot-lab_M3 app anymore. Then I tried to build ipc_pingpong example, it worked fine with native but not with iot-lab_M3. ipc_pingpong example in my old source code (I forked it about one month ago) worked just fine with iot-lab_M3.
One thing strange with the new code is that when I apply -Wl,-gc-sections (to remove unused sections) to LINKFLAGS (in thirdparty_boards/iot-lab_M3/Makefile.include) when building ipc_pingpong (in new source code), I got this:
text data bss dec hex filename
0 0 65536 65536 10000 /home/dangnhat/RIOT-working/newRIOT/RIOT/examples/ipc_pingpong/bin/iot-lab_M3/ipc_pingpong.elf
It doesn't happen with my old code.
Thanks in advance.
DangNhat.
/***********************************************
* Phạm Hữu Đăng Nhật
* StudentID: 51002279
* Class: MT10KTTN
* Ho Chi Minh University of Technology
* Mobile: 0164.968.2716***********************************************/