hello ytai, Now, I'm attempting to use MPLAB X v3.50 with c30 compiler V3.31 and non of my project and sub project are compiling. they all are giving same error:
make -f nbproject/Makefile-PIC24FJ256DA206.mk SUBPROJECTS= .build-conf make[1]: Entering directory 'C:/Users/parkzap-dev1/Desktop/ioio/ioio-master/firmware/libadb' make -f nbproject/Makefile-PIC24FJ256DA206.mk dist/PIC24FJ256DA206/production/libadb.a make[2]: Entering directory 'C:/Users/parkzap-dev1/Desktop/ioio/ioio-master/firmware/libadb' C:\Users\PARKZA~2\AppData\Local\Temp/ccykumPR.s: Assembler messages: C:\Users\PARKZA~2\AppData\Local\Temp/ccykumPR.s:3318: Error: operation combines symbols in different segments C:\Users\PARKZA~2\AppData\Local\Temp/ccykumPR.s:3319: Error: operation combines symbols in different segments C:\Users\PARKZA~2\AppData\Local\Temp/ccykumPR.s:3320: Error: operation combines symbols in different segments C:\Users\PARKZA~2\AppData\Local\Temp/ccykumPR.s:3321: Error: operation combines symbols in different segments make[2]: *** [build/PIC24FJ256DA206/production/adb.o] Error 1 make[1]: *** [.build-conf] Error 2 make: *** [.build-impl] Error 2 "C:\Program Files (x86)\Microchip\mplabc30\v3.31\bin\pic30-gcc.exe" -g -omf=elf -x c -c -mcpu=24FJ256DA206 -ffunction-sections -Wall -DNDEBUG -DUSB_SUPPORT_HOST -I. -I../common -I../libusb -I../microchip/include -mlarge-data -mconst-in-data -Os -MMD -MF build/PIC24FJ256DA206/production/adb.o.d -o build/PIC24FJ256DA206/production/adb.o adb.c nbproject/Makefile-PIC24FJ256DA206.mk:126: recipe for target 'build/PIC24FJ256DA206/production/adb.o' failed make[2]: Leaving directory 'C:/Users/parkzap-dev1/Desktop/ioio/ioio-master/firmware/libadb' nbproject/Makefile-PIC24FJ256DA206.mk:84: recipe for target '.build-conf' failed make[1]: Leaving directory 'C:/Users/parkzap-dev1/Desktop/ioio/ioio-master/firmware/libadb' nbproject/Makefile-impl.mk:39: recipe for target '.build-impl' failed BUILD FAILED (exit value 2, total time: 1s) can you please suggest me what I'm doing wrong. thanks ytai -- You received this message because you are subscribed to the Google Groups "ioio-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/ioio-users. For more options, visit https://groups.google.com/d/optout.
