
MIGUELMAURICIOR
EstablishedMember-
Content Count
13 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout MIGUELMAURICIOR
-
Rank
Newbrie
- Birthday 08/18/1969
Contact Methods
-
MSN
MIGUELMAURICIOR@YAHOO.COM
-
Website URL
http://DEETROLINSTRUMENTACION.NET
-
ICQ
0
-
Yahoo
MIGUELMAURICIOR@YAHOO.COM
Profile Information
-
Gender
Male
-
Location
BOGOTA
-
Interests
ELECTRONICS, CONTROL AND DESIGN
-
Error Compiling In Mplab A Flow Code 4
MIGUELMAURICIOR replied to MIGUELMAURICIOR's topic in BoostC++ compiler programming
This is an internal error that means a .obj files internal structure is not as expected.Please send the project files that created this error, namely the .c and .h files, to support@sourceboost.com for analysis. Regards Dave Hi Dave, Thanks for your reply. I have attached the files I guess you need please let know if you need more. Actually I am bloked becuse I cannot work.ERROR_FILES.rar -
Hi, I got this error when I tried to compliled a program generated by FlowCode V4 in MPLAB. Can somebody tell me what is about? Thanks.... ERROR: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Clean: Deleting intermediary and output files. Clean: Deleted file"LIGHTONALARM.OBJ". Clean: Deleted file "C:\Program Files (x86)\Microchip\MCHIPPIC\LIGHTONALARM.HEX". Clean: Done. Executing: "C:\Program Files (x86)\SourceBoost\boostc++_pic16.e
-
Compiling For Pic 12f629 In Boostc++?
MIGUELMAURICIOR replied to MIGUELMAURICIOR's topic in BoostC++ compiler programming
Hi Pavel, It has been a long time ago. Excuseme for not replying before but I had a lot of work out of my country. I did what you told me but it seems it is not enught so I sent you and image to your mail becuase I can not opload the image here ( 104K). Tell me if what you see in the image is what you requested me or if I did it bad. Let know please becuase I do not what else to do. Thanks. -
Compiling For Pic 12f629 In Boostc++?
MIGUELMAURICIOR replied to MIGUELMAURICIOR's topic in BoostC++ compiler programming
Hi Bill, I could not reply before because of my work. I was out of my office. I have a question. I added the line #include <float.h>, but nothing happens so Can you tell me how I do to add the library to my project? Thanks.. -
Compiling For Pic 12f629 In Boostc++?
MIGUELMAURICIOR replied to MIGUELMAURICIOR's topic in BoostC++ compiler programming
Hi, When I installed the software I chose the integration option so What is worng. Since I bought the software I had problems. All the codes generated by Flow code have been compiled in assembler becuase the C++ compiler is not working. So can some body tell what I must check in order to verify the correct instalation of the software and the correct integration with the MPLAB?????. I reinstalled the software and the problem still persist. Let know if you need some details. Thanks. I did all that is described in the help manual so.... -
Compiling For Pic 12f629 In Boostc++?
MIGUELMAURICIOR replied to MIGUELMAURICIOR's topic in BoostC++ compiler programming
MIGUELMAURICIOR OK I will. But first can you clear for me respect the file. I thought including the line (float.....) in the program it was enught, Is not it? What do you mean by (float.....) ?? If you want to use the floating point functions in your code you need to add #include<float.h> to the source code that use such functions (so the compiler knows about the floating point functions while compiling), and add the floating point library to the project so the actual code is linked in by the linker. Please take a look at the sample program including in the installation: -
Compiling For Pic 12f629 In Boostc++?
MIGUELMAURICIOR replied to MIGUELMAURICIOR's topic in BoostC++ compiler programming
You must have a file in you project that uses the floating point library. What files are in your project. Post the project on the forum and them someone can take a look. Sorry for not replying for a while. Regards Dave Hello Dave, OK I will. But first can you clear for me respect the file. I thought including the line (float.....) in the program it was enught, Is not it? -
Compiling For Pic 12f629 In Boostc++?
MIGUELMAURICIOR replied to MIGUELMAURICIOR's topic in BoostC++ compiler programming
Hello Dave, I did not hear from you again. Plase see the previous comments. Thanks -
Compiling For Pic 12f629 In Boostc++?
MIGUELMAURICIOR replied to MIGUELMAURICIOR's topic in BoostC++ compiler programming
Hello again Dave, I made a mistake and I forgot to tell you in the last mail that in the program I just using logic operation in others words reading inputs and changing the state of the outputs according with the state of the inputs. No more so in this case I do not neeed the floating pint librarie. If you need to see the pogram I can send you in private. Let know please. This a complement of my last reply. Regards. -
Compiling For Pic 12f629 In Boostc++?
MIGUELMAURICIOR replied to MIGUELMAURICIOR's topic in BoostC++ compiler programming
Looks like you need to add the PIC16 floating point library to the MPLAB project, you can find it in your SourceBoost installation directory in the lib folder. You may find the code size ends up too large for your target when you do this. Regards Dave Hello Dave, I checked the Source boost file and I found there the libraries but Can you tell me how I do to Add this libraries to the MPLAB project?? Thanks.... -
Compiling For Pic 12f629 In Boostc++?
MIGUELMAURICIOR replied to MIGUELMAURICIOR's topic in BoostC++ compiler programming
The PIC12F629 is really a PIC16 core device in PIC12 clothing. So please use the PIC16 compiler and linker options for this target. Regards Dave Hello Dave, I have attached a document where you will see the results after building the project. Please let know what is wrong. compiling_errors.pdf -
Compiling For Pic 12f629 In Boostc++?
MIGUELMAURICIOR replied to MIGUELMAURICIOR's topic in BoostC++ compiler programming
Have you followed the steps in the BoostC++ manual for MPLAB integration? Regards Dave :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::: Hello Dave, Let me clear this for you. The software was correctly installed both of them the tool suite and the linker so there is no problem with it. The problem is focused in how to compile for a 12F family. I have the both options for PIC 16 and for PIC 18 families but what I must choose to complie a PIC from 12F family? Let know your point of view. Thanks.