8K Limit and linker errors

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

8K Limit and linker errors

736 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by cwpjr on Wed Jan 23 19:49:47 MST 2013
After object files were compiled  without error in V5 8k limit version the link phase complained of 2 major issues:

1) ...axf section `.text' will not fit in region `MFlash32'. Is this saying the image is to large? The project is the simplest c main calling a larger .s file. Is the 8k limit for both c and asm?

2) The linker then indicates a group of undefined reference to say x, y and z seperately. Clicking on anyone  goes back to a source line where the hover over lists
Multiple markers at this line
- undefined reference to x
- undefined reference to y
- undefined reference to z

yet the the line is usually a branch to label with no linkage to the flagged x, y or z.

Thanks in advance.
0 Kudos
Reply
2 Replies

720 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by cwpjr on Thu Jan 24 14:20:26 MST 2013
Launch CR V5,
Initial Msg Box:

License type: UNACTIVATED (Activation not completed)
Debug limit: 8k
Activation code: not available

Welcome screen:
[B]LPCXpresso5 is fully activated[/B]

Welcome to LPCXpresso 5. The software is now fully activated,  and can be used for production. LPCXpresso can be used to generate and download  applications containing up to 128KB of code into an LPC target.

I did register. I am getting conflicting messages here, besides the one that the free version is limited.

Redoing the whole procedure again...
0 Kudos
Reply

720 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by gbm on Thu Jan 24 00:47:50 MST 2013
Why don't you read the messages displayed during startup of LPCxpresso and register your software for free to remove the 8 K limit?
0 Kudos
Reply