Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-Xlinker -Map has error in default branch. #70

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments
Open

-Xlinker -Map has error in default branch. #70

GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Use simpleide with libArduino project.
2. Right-click project, Show Map File
3. Note build status display as below.

This does not happen on the release_1_0 branch.

libArduino zip file is here: 
http://forums.parallax.com/attachment.php?attachmentid=108005&d=1396820007

Please use labels and text to provide additional information.


Project Directory: C:/Users/Steve/Documents/SimpleIDE/My 
Projects/Propellerino/AbBlinker/

propeller-elf-gcc.exe -v GCC 4.6.1 (propellergcc-alpha_v1_9_0_2365)
propeller-elf-c++ -I . -L . -I C:/Users/Steve/Documents/SimpleIDE/Learn/Simple 
Libraries/libArduino -L C:/Users/Steve/Documents/SimpleIDE/Learn/Simple 
Libraries/libArduino/cmm/ -o cmm/AbBlinker.elf -Os -mcmm -Wall -m32bit-doubles 
-fno-exceptions -fno-rtti -Xlinker -Map=C:/Users/Steve/Documents/SimpleIDE/My 
Projects/Propellerino/AbBlinker/cmm/AbBlinker.map AbBlinker.cpp -lArduino
built in linker script:197: undefined symbol `INB' referenced in expression
collect2: ld returned 1 exit status
Done. Build Failed!


Project Directory: C:/Users/Steve/Documents/SimpleIDE/My 
Projects/Propellerino/AbBlinker/

propeller-elf-gcc.exe -v GCC 4.6.1 (propellergcc_v1_0_0_2162)
propeller-elf-c++ -I . -L . -I C:/Users/Steve/Documents/SimpleIDE/Learn/Simple 
Libraries/libArduino -L C:/Users/Steve/Documents/SimpleIDE/Learn/Simple 
Libraries/libArduino/cmm/ -o cmm/AbBlinker.elf -Os -mcmm -Wall -m32bit-doubles 
-fno-exceptions -fno-rtti -Xlinker -Map=C:/Users/Steve/Documents/SimpleIDE/My 
Projects/Propellerino/AbBlinker/cmm/AbBlinker.map AbBlinker.cpp -lArduino
propeller-load -s cmm/AbBlinker.elf
propeller-elf-objdump -h cmm/AbBlinker.elf
Done. Build Succeeded!

Original issue reported on code.google.com by [email protected] on 8 Apr 2014 at 5:24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant