We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
[email protected]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Original issue reported on code.google.com by
[email protected]
on 8 Apr 2014 at 5:24The text was updated successfully, but these errors were encountered: