Using CodeLite for ARM LPC2103

General questions regarding the usage of CodeLite
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Using CodeLite for ARM LPC2103

Post by eranif »

bogt wrote:/usr/bin/sh: ./C:\MinGW-4.4.1\bin\mingw32-make.exe: Invalid argument
Why are u using 'sh' ? I am not sure that it will work with backslash paths ('\')
bogt wrote:And were I have to go for be able to end one HEX file for my LPC2103?
The "main.cpp" is working fine at Compile (no errors) and I have the HEX (from examples on CD) file what is working on my ARM board, but is made with Micro Vision (Keil). And because I'm try to learn I wish to input some modifications. Then, ending file have be a HEX file for LPC.
Its probably me, but I did not understand your point here.

Eran
Make sure you have read the HOW TO POST thread
bogt
CodeLite Curious
Posts: 9
Joined: Mon Sep 20, 2010 12:48 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Using CodeLite for ARM LPC2103

Post by bogt »

About the "sh" and "/"...I did not set them...Do I have a wrong set, may be?

At the next "Item"...
I wanted to say that the "file.cpp" what I try to use now for model, it is an working file (from Microvision Keil ARM development) and have allready an "file.hex" for upload into ARM board.
What I want is... after I modify with "my new code" the "file.cpp" how I will generate (to have) the new "file.hex"? :roll:

Regards,
Bogdan
bogt
CodeLite Curious
Posts: 9
Joined: Mon Sep 20, 2010 12:48 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Using CodeLite for ARM LPC2103

Post by bogt »

Hello,!
Hello!

I get at this point:
"
----------Build Started--------
C:\Windows\system32\cmd.exe /c ""C:/MinGW-4.4.1/bin/mingw32-make.exe" -j 2 -f "Bogdan_wsp.mk""
----------Building project:[ BT - Debug ]----------
mingw32-make[1]: Entering directory `C:/New Folder/Bogdan'
gcc -o ./Debug/BT ./Debug/main.o "-L."
mingw32-make[1]: Leaving directory `C:/New Folder/Bogdan'
----------Build Ended----------
0 errors, 0 warnings
"
Now, I'm still try to make the BT.HEX file for my ARM Board. File.HEX it is the file to upload into ARM.
Any, Any, Any Solutions to try?!!! :idea: :idea:
:!: :?: :cry: :?

Thanks,
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Using CodeLite for ARM LPC2103

Post by eranif »

bogt wrote:Now, I'm still try to make the BT.HEX file for my ARM Board. File.HEX it is the file to upload into ARM.
Any, Any, Any Solutions to try?!!!
I am sorry I am not familiar with the ARM toolchain - I cant really help you

If you could describe how you do it from *command line* it might help me to advise you how to configure codelite to do that

Eran
Make sure you have read the HOW TO POST thread
Post Reply