Quantcast
Channel: MPLAB X IDE
Viewing all 10389 articles
Browse latest View live

How do I add and include directory to GCC build? (ksMTI)

$
0
0
I am trying to add a path to all file builds. I go to: Projects Tab->Right Click project-> General and then I add a a source folder by browsing to it. I do not see this path to the header (bsp_config.h) file in the output window when I am building and the..

Copying a Project in MPLabX 3 Does not Work (DMcAllister)

$
0
0
I am trying to copy the project "tcpip_wifi_g_demo" to a new directory (c:\users\me\MPLABXProjects) so that I can use it as a starting point for something else. The copy command in the "Refactor" menu does not work. The "copy..." command that appears in t..

Possible Bug in MPLABX 3.35? (Francesco C)

$
0
0
Hi,I am using MPLABX 3.35.I have encountered the following problem: After I have loaded my project, if I forget to connect PICKIT3 to the target device the following occurs:The project builds as usual, but because there is no connection to the target devi..

Am I missing something or is IDE X extemly dificult to start a new ASM project? (JOIID)

$
0
0
What used to take 10 minutes in 8 now takes days in X.As a consultant we are not making money learning new tools so it is very painfully when a new tool are not intuitive.The only reason I need to move to X is my customer wants to use the PIC16LF18324.loo..

Configuring libraries (can't find pconfig.h) (Borisw37)

$
0
0
It's been a while since I've used MPLAB IDE.I downloaded and installed the latest IDE, XC8 compiler and the legacy PLIB ()I can build and run a simple LED toggle application, so everything on that side is configured correctly. What I'm having a problem wi..

Real ICE does not work in MPLABX v3.10 after upgrading to OS X 10.11.2 (dsMartyn)

$
0
0
after upgrading to the new beta my real ice doesn't work. i've disabled SIP and re-installed MPLAB X, tried setting the Lib path to the application driver folder and i've also tried the alternative JRE and the Latest from oracle. the mplabx logs don't sho..

checksum.jar not present (abhishek@matternet.us)

$
0
0
Hi, I am trying to write the checksum on user ID, location being 0x8000 to 0x8003. Microcontroller is pic16f1618 and I am using MPLABX IDE v3.30. I have checked "Insert unprotected checksum in user ID memory" under properties->conf->building. Upon clicki..

Unable to watch C++ static class members (carlopallini)

$
0
0
MPALB X V.3.35, XC32 V1.42, REAL ICE, PIC32MZ0512EFK064. code:(header)class A { int a; static int sa; public: int pa; static int spa; A(int a, int pa):a(a), pa(pa){} static void square_static(); void square(); }; (source)int A::sa = 3; int A::spa =..

MPLAB X IDE v. 3.35 can't update plugins (muellernick)

$
0
0
Hi! Since I have installed v3.35, the IDE can no longer update plugins.It complains:Unable to connect to the Microchip Update Center because of Server returned HTTP response code: 400 for URL: http://www.microchipopen.com/netbeans/catalog.xml Well, the do..

MPLABX V3.35 First build delay (vjasinski)

$
0
0
Hi all,The first build upon opening a project in MPLABX V3.35 takes about 15-30 seconds to get started. I am using XC16 V1.26 on dsPIC33F...(various) devices and several projects. ICE connected to target or not, does not matter. Reverting to V3.15 removes..

MPLABX 3.35 ICD3 and PICkit3 locks up (domble)

$
0
0
Trying to program a PIC32MX695F512H. Code compiled with XC32 v1.40. MPLABX 3.35. Windows 10. Set programmer to power the target, but target not connected (pogo pins onto programming header, I missed).Normal 'Could not connect' and 'Target not found'. All ..

MPLABX 3.30 F6 do not works? (andy_n)

$
0
0
Hi, MPLABX 3.30: F6 (Make & program) do not works? Regards Andy..

multiple configurations in MPLABX 3.30 - linker script issue (jcandle)

$
0
0
I made a second configuration so that I can compile code for two similar chips (dsPIC33FJ128GP804 and dsPIC33EP256GP504). My setup detects which chip from the configuration and all of the compiles work just fine. However each time anything changes (which ..

More code folding in MPLAB X (MRFlashlight)

$
0
0
One thing that I would really want to see in a new release of MPLAB would be more options for doing code folding. Right now, you can fold functions, comments, and #ifdef blocks, to the best of my knowledge. But sometimes I have very large blocks in my cod..

missing separator error for make file (DMcAllister)

$
0
0
Today I started getting this error "nbproject/Makefile-wifi_g_db.mk:49: *** missing separator. Stop." when I clean and build the wifi g demo project that was working before. Line 49 in the makefile contains a huge number of file paths that are separated b..

make[1]: *** No rule to make target '.build-conf'. Stop. (vkpanchal13)

$
0
0
I am using MPLAB X IDE v3.30 . Trying to bulid small code for an IC PIC 24 with C30 compiler v3.30 but I got this message in output window.... make -f nbproject/Makefile-default.mk SUBPROJECTS= .build-conf make: Entering directory 'C:/Users/Dell390/MPLAB..

PicKit3 (GEPhil)

$
0
0
I've had 2 problems with PicKit3 recently. The first is that MPLABX on Linux couldn't recognise the PicKit3, probably down to Linux not being aware of it being plugged in the usb port. Question: what do I need to do to Linux to get it to recognise the Pic..

DMCI under MPLAB X v3.26 (štěpán)

$
0
0
Hello, I have bought dsPICDEM MCHV-2 Development Board with AC300023 three phase induction motor.Now I have been trying to run program AN1162. In document called AN1162 Demonstration ReadMefor the dsPICDEM MCHV-2 Development Board with the dsPIC33EP256MC5..

i2c communication between pic16 and gestIc (anab)

$
0
0
Hi, I'm using a pic16f1947 main board and chip mgc3130 on a gesture board. I have tried connecting a pic18f14k50 dongle with the gesture chip and the communication works fine. But when i tried connecting the pic16 to mgc3130, the data is not being disp..

how to setup co-xc8.lnt in PC-Lint for MPLAB X (rvnd5d)

$
0
0
Hello Everyone,after googling and searching continuously for 2 days, i believe i have had enough!! How do I create the 2 files include-path.lnt and lint-cmac.h as described in header of the “co-xc8.lnt” file.?? all the forums, microchip.wikidot only talk ..
Viewing all 10389 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>